Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Icon cannot be removed from a Polymer element with removeIcon #45

Open
alberthier opened this issue Mar 8, 2016 · 0 comments
Open

Icon cannot be removed from a Polymer element with removeIcon #45

alberthier opened this issue Mar 8, 2016 · 0 comments

Comments

@alberthier
Copy link
Contributor

When clearing the icon from an iron-icon element, the local dom isn't cleared properly on browsers not supporting shadow DOM natively (Safari, Edge, IE).

This is due to the fact that removeIcon doesn't try to access to the element's local DOM root whereas applyIcon does.

PR #44 fixes the issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant