Skip to content
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

Fix localTarget when ShadyDOM.noPatch is in use #5527

Merged
merged 1 commit into from Apr 23, 2019
Merged

Conversation

sorvell
Copy link
Contributor

@sorvell sorvell commented Apr 22, 2019

Fixes #5526.

Return the "lowest" element in the same root as the node listening for the event (currentTarget).

Fixes #5526.

Return the "lowest" element in the same root as the node listening for the event (currentTarget).
@sorvell sorvell requested a review from dfreedm April 22, 2019 18:08
@sorvell sorvell changed the title Fix localTareget when ShadyDOM.noPatch is in use Fix localTarget when ShadyDOM.noPatch is in use Apr 22, 2019
@dfreedm dfreedm self-assigned this Apr 22, 2019
@dfreedm dfreedm merged commit 03b2c66 into master Apr 23, 2019
@dfreedm dfreedm deleted the localTarget-noPatch branch April 23, 2019 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Polymer.dom(event).localTarget returns incorrect target with ShadyDOM.noPatch on
3 participants