- From: <bugzilla@jessica.w3.org>
- Date: Wed, 23 Oct 2013 20:25:05 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23240
Gary Kacmarcik <garykac@google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #9 from Gary Kacmarcik <garykac@google.com> ---
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 the QA Contact for the bug.
Received on Wednesday, 23 October 2013 20:25:07 UTC