This repository has been archived by the owner on Sep 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
event patching not working on shadowRoot (removeEventListener) #190
Comments
8 tasks
@azakus It looks to me like the problem is where we store the listener info . We're always storing |
Verified the fix for the issue originally raised in predixdesignsystem/px-data-grid#331 and it does fix it 👌 |
8 tasks
Any update/ETA on this? |
sorvell
pushed a commit
that referenced
this issue
Mar 6, 2018
Sweet, checked the fix with PolymerElements/iron-a11y-keys#44 and it worked 👍 Can we get a tag for this please? |
8 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
event patching is not working properly for element shadowRoots, in particular event listeners aren't removed. e.g. See the following repro on Firefox http://jsbin.com/mizatey/2/edit?html,output
Try clicking on the element and notice that
logger
keeps being invoked.The text was updated successfully, but these errors were encountered: