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

[PointerEvent algorithms] Dispatch of click, auxclick and contextmenu events #522

Open
mustaqahmed opened this issue Sep 17, 2024 · 0 comments
Labels

Comments

@mustaqahmed
Copy link
Member

These 3 events used to be MouseEvents: click, auxclick and contextmenu. Currently PE Section 4.2.12.3 Event dispatch overrides the dispatch of these three event types to make them aware of Pointer Capture target changes but the override is on an algorithm in UIEvents which seems missing.

Open question

Do we need to update the event dispatch algorithm in DOM 2.9. Dispatching events before we can precisely define this target override?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant