[Bug 25657] [D3E] click event after mousedown and mouseup events (more detail)

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

--- Comment #3 from spiritRKS1910 <crimsteam@gmail.com> ---
W3C Working Draft 31 May 2011
http://www.w3.org/TR/2011/WD-DOM-Level-3-Events-20110531/

"Note that the lag time, degree, distance, and number of mousemove events
allowed between the mousedown and mouseup events while still firing a click or
dblclick event must be implementation-, device-, and platform-specific. Each
implementation should determine the appropriate hysteresis tolerance, but in
general should fire click and dblclick events when the event target of the
associated mousedown and mouseup events is the same element with no mouseout or
mouseleave events intervening, and should not fire click and dblclick events
when the event target of the associated mousedown and mouseup events is
different."

Next version change this:

W3C Working Draft 14 June 2012
http://www.w3.org/TR/2012/WD-DOM-Level-3-Events-20120614/

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

Received on Tuesday, 13 May 2014 19:24:11 UTC