[Bug 23240] Normatively specify that right/middle mouse button presses do not cause click/dblclick events
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23240 Gary Kacmarcik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #9 from Gary Kacmarcik <[email protected]> --- Ojan wrote (on www-dom@): >FWIW, Blink is planning on moving to not firing click events for middle mouse >clicks and already doesn't fire them for right clicks. As best I can tell, this >matches Gecko and IE as well. I just tested this using: https://dvcs.w3.org/hg/d4e/raw-file/tip/mouse-event-test.html Q&D browser test: Chrome Firefox IE Saf Win Mac Win Mac Win Mac left click y y y y y y left dblclick y y y y y y mid click - y - - y y mid dblclick - y - - - y right click - - - - - - right dblclick - - - - - - Middle click often led to scrolling-mode for browsers that didn't produce a click. Right click always pulled up a context menu. -- You are receiving this mail because: You are on the CC list for the bug.