- From: <bugzilla@jessica.w3.org>
- Date: Thu, 23 Jan 2014 01:08:51 +0000
- To: public-pointer-events-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24348
--- Comment #3 from Patrick H. Lauke <redux@splintered.co.uk> ---
(In reply to Daniel Freedman from comment #2)
> Minor ordering question: should the events be sent in {over,out} then
> {enter,leave} order, or {enter,leave} then {over,out} order?
If you mean the order in which the two events need to fired, I based it on what
I observed in IE11 on a touch-enabled laptop, so
pointerover > pointerenter > pointerdown
pointerup > pointerout > pointerleave
in this order.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 23 January 2014 01:08:52 UTC