iron-iconset-svg icon indicating copy to clipboard operation
iron-iconset-svg copied to clipboard

Icon cannot be removed from a Polymer element with removeIcon

Open alberthier opened this issue 8 years ago • 0 comments

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

alberthier avatar Mar 08 '16 12:03 alberthier