Closed
Bug 1163056
Opened 10 years ago
Closed 10 years ago
InkCollector activation at first PEN event.
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
FIXED
Firefox 41
People
(Reporter: alessarik, Assigned: alessarik)
References
Details
Attachments
(1 file)
1.91 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
Class InkCollector helps fire POINTER_LEAVE event for PEN device in some case.
Current implementation:
Activation of InkCollecor class needs that PEN device will be touched
(In this case MOUSE_DOWN will be fired).
Should it behavior be changed for detect just first PEN event?
(For example MOUSE_MOVE, not only MOUSE_DOWN)
Assignee | ||
Comment 1•10 years ago
|
||
Could You please notify your opinion about changing such behavior?
Comment 2•10 years ago
|
||
Yes, this should be fixed. We should dispatch a pointerleave event whenever a pen moves out of the hit test boundaries of an element and its descendants, whether the pen is down or not.
Related to this, the spec also says "User agents MUST also fire a pointer event named pointerleave when a pen stylus leaves hover range detectable by the digitizer."
Flags: needinfo?(mbrubeck)
Flags: needinfo?(jmathies)
Flags: needinfo?(bugs)
Assignee | ||
Comment 3•10 years ago
|
||
+ Added: InkCollector class activates at first PEN event.
Suggestions and comments and objections are very welcome.
Assignee: nobody → alessarik
Attachment #8605229 -
Flags: review?(jmathies)
Attachment #8605229 -
Flags: feedback?(mbrubeck)
Assignee | ||
Comment 4•10 years ago
|
||
![]() |
||
Comment 5•10 years ago
|
||
Comment on attachment 8605229 [details] [diff] [review]
pen_activation_ver1.diff
Looks ok to me code wise.
Attachment #8605229 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 6•10 years ago
|
||
If there are no objections, I put checkin-needed flag.
Keywords: checkin-needed
Keywords: checkin-needed
Comment 8•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
Updated•10 years ago
|
Attachment #8605229 -
Flags: feedback?(mbrubeck)
You need to log in
before you can comment on or make changes to this bug.
Description
•