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

Define behavior for wheel event group when the initial target is mutated #341

Open
dlrobertson opened this issue Feb 19, 2023 · 1 comment

Comments

@dlrobertson
Copy link
Member

Browsers currently differ on what should happen when the target of a wheel event group is mutated. For example, when the target of a wheel event group is removed:

  • Blink will retarget once and all following events will be sent to the same element
  • WebKit will send each following event to the topmost target

The initial work to add wheel event groups to Gecko (bug 1168182) will implement behavior similar to WebKit, but I intend to file a follow-up bug to make Gecko behave like Blink.

@dlrobertson
Copy link
Member Author

Related to #338

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

No branches or pull requests

1 participant