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 focus, blur, and other non-bubbling events #56

Merged
merged 2 commits into from
Nov 7, 2022
Merged

Conversation

gbj
Copy link
Collaborator

@gbj gbj commented Nov 7, 2022

Avoid manual delegation for all the DOM events that don't bubble by default. (This is technically too conservative, as one or two of these only don't bubble on certain elements, but it's simpler than passing in the element name and only a very small deopt in those cases.)

…efault. (This is technically too conservative, as one or two of these only don't bubble on certain elements, but it's simpler than passing in the element name and only a very small deopt in those cases.)
@gbj gbj mentioned this pull request Nov 7, 2022
@gbj gbj merged commit 9edd8a3 into main Nov 7, 2022
@gbj gbj deleted the fix-non-bubbling-events branch November 7, 2022 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant