Closed
Bug 1304315
Opened 7 years ago
Closed 7 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•7 years ago
|
Assignee: nobody → sshih
Assignee | ||
Comment 1•7 years ago
|
||
Follow [1] to set width/height to 1 [1] https://w3c.github.io/pointerevents/#pointerevent-interface
Assignee | ||
Comment 2•7 years ago
|
||
Attachment #8793603 -
Flags: feedback?(btseng)
Updated•7 years ago
|
Attachment #8793603 -
Flags: feedback?(btseng) → feedback+
Assignee | ||
Comment 3•7 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•7 years ago
|
Attachment #8793603 -
Flags: review?(masayuki) → review+
Assignee | ||
Comment 4•7 years ago
|
||
Updated the patch summary
Attachment #8793603 -
Attachment is obsolete: true
Attachment #8796417 -
Flags: review+
Attachment #8796417 -
Flags: feedback+
Assignee | ||
Comment 5•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1f12a9d2f06f682cef45fae50fb46bcb0cd77e51
Assignee | ||
Comment 6•7 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•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=bb6db7ea36e9f7d2e25b960811122f6d288ab1b5
Keywords: checkin-needed
Comment 8•7 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•7 years ago
|
Flags: needinfo?(sshih)
Attachment #8797918 -
Flags: review+ → review?(bugs)
Updated•7 years ago
|
Attachment #8797918 -
Flags: review?(bugs) → review+
Updated•7 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 9•7 years ago
|
||
Updated the patch summary.
Attachment #8797918 -
Attachment is obsolete: true
Attachment #8799580 -
Flags: review+
Attachment #8799580 -
Flags: feedback+
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Comment 10•7 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•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0edddcd4c24b
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Comment 12•7 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
•