Closed
Bug 974138
Opened 12 years ago
Closed 12 years ago
Dispatch PointerEnter on PointerDown
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: oleg.romashin, Assigned: oleg.romashin)
References
Details
Attachments
(1 file)
|
3.19 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 (Beta/Release)
Build ID: 20140212131424
Steps to reproduce:
Open Test:
https://github.com/InternetExplorer/web-platform-tests/blob/submission/Microsoft/PointerEvents/pointerevents/pointerevent_pointerEnter_noHover.html
https://dvcs.w3.org/hg/pointerevents/raw-file/tip/pointerEvents.html#the-pointerenter-event
Actual results:
Test fail, because we follow mouse enter/leave default behavior and don't generate pointer enter event when PointerDown happen without move.
Expected results:
A user agent MUST dispatch this event when a pointing device is moved into the hit test boundaries of an element or one of its descendants, including as a result of a pointerdown event from a device that does not support hover (see pointerdown).
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8377871 -
Flags: review?(bugs)
Updated•12 years ago
|
Assignee: nobody → oleg.romashin
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 2•12 years ago
|
||
Comment on attachment 8377871 [details] [diff] [review]
Dispatch PointerEnter on Pointer down
Could you please add a test which checks that if one does pointerdown and then
pointermove, we don't get extra pointerenter.
With that, r+
Attachment #8377871 -
Flags: review?(bugs) → review+
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•