[Bug 26809] IE11 on Win8.1 fires a click event after pointer has moved when element has touch-event: none

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

--- Comment #7 from saeid@fastmail.fm ---
It seems we have different understanding of what a click is. My understanding
of a click event is in line with W3C's definition below (pasted from Document
Object Model Events spec):

"A click is defined as a mousedown and mouseup over the same screen location.
The sequence of these events is:  mousedown, mouseup, click"

Note the requirement for mousedown and mouseup to be over the same screen
location to trigger a click event. As far as I can say touch events
implementations also respect this definition and trigger a click only when
touchstart and touchend are over the same screen location. That's why it comes
to me as a surprise that pointer events suddenly don't care about the same
screen location requirement when triggering a click event.

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

Received on Tuesday, 16 September 2014 21:53:57 UTC