You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: