-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Event target is incorrect after certain DOM changes in ShadowDOM Polyfill #102
Labels
Comments
The problem is with e701c2e92632386ccb1a4e886d2884c4e7efa0e2 |
That'd be toolkitchen/ShadowDOM@e701c2e |
I'm going to revert that commit and go back to trying to fix the work bench bug in some other way |
Fixed by toolkitchen/ShadowDOM#113 |
Why reopened? toolkitchen/ShadowDOM@5ccb302 should have fixed this for good. |
Oops, didn't mean to reopen this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the youtube sample application, running under ShadowDOM Polyfill, if a video is selected from the list, the upper left button in the video panel does not respond to clicks.
It appears that setting the video title causes the events to no longer have to correct target.
Setting the video title causes MDV to create a text node in the toolbar, which appears to cause the Shadow DOM Polyfill to redistribute nodes incorrectly.
The easiest way to reproduce this is with the following snippet:
The text was updated successfully, but these errors were encountered: