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

event target is not patched when accessed async and original target is manually injected #1511

Open
ravijayaramappa opened this issue Sep 17, 2019 · 0 comments
Labels
Synthetic Shadow Synthetic shadow DOM polyfill

Comments

@ravijayaramappa
Copy link
Contributor

Description

For retaining legacy behavior, the event patching logic had a escape hatch. The escape hatch allows access to the event's original target, even when the target is inside another components shadow tree. This is not honoring the shadow dom rules and must be fixed.

Steps to Reproduce

Test added here to show faulty behavior #1510

Version

  • LWC: 1.0.2-222.19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Synthetic Shadow Synthetic shadow DOM polyfill
Projects
None yet
Development

No branches or pull requests

2 participants