Fire middle/right-click events at content and remove click hack
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
blocking2.0 | --- | - |
People
(Reporter: john, Assigned: smaug)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webcompat])
Reporter | ||
Comment 1•22 years ago
|
||
Updated•15 years ago
|
Updated•15 years ago
|
Updated•15 years ago
|
Comment 5•15 years ago
|
||
Comment 7•13 years ago
|
||
Comment 8•13 years ago
|
||
Updated•9 years ago
|
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
This is now causing subtle (albeit minor) compat issues even on YouTube's UI, as reported at https://webcompat.com/issues/25270
Updated•6 years ago
|
Comment 12•6 years ago
|
||
Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.
Comment 13•6 years ago
|
||
See bug 1547409. Migrating whiteboard priority tags to program flags.
Comment 14•6 years ago
|
||
(In reply to Navid Zolghadr from comment #10)
I believe since Firefox already shipped auxclick this document level click
can be removed as other browsers don't fire click event anymore:
What do you think Kwan?
Comment 15•6 years ago
|
||
So we have indeed removed the document (and window) level click from observation by web content. Unfortunately we can't yet get rid of it entirely since chrome UI depends on it. I did have a patch to remove the NO_CONTENT_DISPATCH hack, but unfortunately that will have to wait, since we introduced a pref to opt-in to (most of) the old behaviour if we need it for web-compat, ala the pref used for keypress changes. If we got rid of the hack now then the pref would lead to dispatching non-primary click on all elements, instead of just document and window objects.
Updated•5 years ago
|
Seems NO_CONTENT_DISPATCH
is not a thing anymore, and we don't fire click events anymore from middle/secondary clicks.
Description
•