[Bug 23240] Normatively specify that right/middle mouse button presses do not cause click/dblclick events

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23240

--- Comment #16 from Masayuki Nakano <masayuki@d-toybox.com> ---
As I said in telecon, it's hard to emulate click event and dblclick event.
Especially for dblclick event, web apps cannot retrieve the proper time between
2 clicks.

However, for not breaking current web apps, not dispatching click event and
dblclidk event for non-left buttons is the best approach.

For solving these issues, how about to define new events, mouseclick and
mousedblclick? They should be dispatched before click event and dblclick event
and if their default are prevented, legacy click event and dblclick event
should not be fired.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 1 November 2013 08:05:32 UTC