Closed
Bug 1323976
Opened 8 years ago
Closed 8 years ago
[Pointer Event] The button value of touch generated pointermove event is incorrect
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla53
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | fixed |
People
(Reporter: stone, Assigned: stone)
Details
Attachments
(2 files, 2 obsolete files)
|
1.66 KB,
patch
|
stone
:
review+
|
Details | Diff | Splinter Review |
|
3.86 KB,
patch
|
stone
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → sshih
| Assignee | ||
Comment 1•8 years ago
|
||
| Assignee | ||
Comment 2•8 years ago
|
||
| Assignee | ||
Updated•8 years ago
|
Attachment #8826531 -
Flags: review?(bugs)
| Assignee | ||
Updated•8 years ago
|
Attachment #8826532 -
Flags: review?(bugs)
Updated•8 years ago
|
Attachment #8826531 -
Flags: review?(bugs) → review+
Comment 3•8 years ago
|
||
Comment on attachment 8826532 [details] [diff] [review]
Part2: Refine button and buttons value of WidgetPointerEvent for touch
I assume touchend handling follows what other browsers are doing.
That spec seem to hint about that behavior, but is a bit vague.
Attachment #8826532 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 4•8 years ago
|
||
(In reply to Olli Pettay [:smaug] (review request backlog because of a work week) from comment #3)
> I assume touchend handling follows what other browsers are doing.
> That spec seem to hint about that behavior, but is a bit vague.
Yes. The values of button and buttons are the same as Chrome and Edge.
| Assignee | ||
Comment 5•8 years ago
|
||
| Assignee | ||
Comment 6•8 years ago
|
||
Updated the patch summary.
Attachment #8826531 -
Attachment is obsolete: true
Attachment #8827724 -
Flags: review+
| Assignee | ||
Comment 7•8 years ago
|
||
Updated the patch summary
Attachment #8826532 -
Attachment is obsolete: true
Attachment #8827726 -
Flags: review+
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3c73edc36d18
Part 1: Add eNoButton to WidgetMouseEventBase::buttonType. r=smaug
https://hg.mozilla.org/integration/mozilla-inbound/rev/3eb75c153034
Part 2: Refine button and buttons value of WidgetPointerEvent for touch. r=smaug
Keywords: checkin-needed
Comment 9•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3c73edc36d18
https://hg.mozilla.org/mozilla-central/rev/3eb75c153034
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•