Closed
Bug 1304315
Opened 8 years ago
Closed 8 years ago
[Pointer Event] Make all pointer events's default width/height to 1
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: stone, Assigned: stone)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 3 obsolete files)
No description provided.
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → sshih
Assignee | ||
Comment 1•8 years ago
|
||
Follow [1] to set width/height to 1
[1] https://w3c.github.io/pointerevents/#pointerevent-interface
Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8793603 -
Flags: feedback?(btseng)
Updated•8 years ago
|
Attachment #8793603 -
Flags: feedback?(btseng) → feedback+
Assignee | ||
Comment 3•8 years ago
|
||
Comment on attachment 8793603 [details] [diff] [review]
[Pointer Event] Make all pointer events's default width/height to 1 (V1)
Spec says the default width and height of pointer events should be 1. Created a patch to set the default values and enabled related test cases.
Attachment #8793603 -
Flags: review?(masayuki)
Updated•8 years ago
|
Attachment #8793603 -
Flags: review?(masayuki) → review+
Assignee | ||
Comment 4•8 years ago
|
||
Updated the patch summary
Attachment #8793603 -
Attachment is obsolete: true
Attachment #8796417 -
Flags: review+
Attachment #8796417 -
Flags: feedback+
Assignee | ||
Comment 5•8 years ago
|
||
Assignee | ||
Comment 6•8 years ago
|
||
Refined patch to keep perference setting in pointerevent_constructor.html.ini
Attachment #8796417 -
Attachment is obsolete: true
Attachment #8797918 -
Flags: review+
Attachment #8797918 -
Flags: feedback+
Assignee | ||
Comment 7•8 years ago
|
||
Keywords: checkin-needed
Comment 8•8 years ago
|
||
needs dom peer review:
WebIDL file dom/webidl/PointerEvent.webidl altered in changeset 008a709b5458 without DOM peer review
Flags: needinfo?(sshih)
Keywords: checkin-needed
Assignee | ||
Updated•8 years ago
|
Flags: needinfo?(sshih)
Attachment #8797918 -
Flags: review+ → review?(bugs)
Updated•8 years ago
|
Attachment #8797918 -
Flags: review?(bugs) → review+
Updated•8 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 9•8 years ago
|
||
Updated the patch summary.
Attachment #8797918 -
Attachment is obsolete: true
Attachment #8799580 -
Flags: review+
Attachment #8799580 -
Flags: feedback+
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 10•8 years ago
|
||
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0edddcd4c24b
[Pointer Event] Make all pointer events's default width/height to 1. f=bevistseng. r=smaug,masayuki.
Keywords: checkin-needed
Comment 11•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Comment 12•8 years ago
|
||
I have make sure this change is documented in the following pages:
https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/PointerEvent
https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/width
https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/height
I have also added a note to the Fx52 release notes:
https://developer.mozilla.org/en-US/Firefox/Releases/52#DOM_HTML_DOM
Let me know if this looks OK. Thanks!
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•