-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error raised in _onTap function for removed elements actioned by tap events #92
Comments
hmm. so what is |
when the element is dynamically removed from dom, the object received in this function is |
cc @azakus. Is it possible for |
friendly ping @azakus |
Any news for this bug? We can see this bug in polymer-element-catalog project. When we click on a tag (for example "live") we has this error: |
Otherwise, this leaked event causes issues when this component is loaded inside a `<paper-drawer-panel>`. PolymerElements/paper-drawer-panel#92
Otherwise, this leaked event causes issues when this component is loaded inside a `<paper-drawer-panel>`. PolymerElements/paper-drawer-panel#92
When removing a child element from a drawer, the following error raised:
Uncaught TypeError: targetElement.hasAttribute is not a function
just added one more condition to if clause in line 502 so it doesn't happened anymore.
It's a minor issue, maybe caused by a bubbling event after element has been removed, but you should look into this.
The text was updated successfully, but these errors were encountered: