Closed
Bug 1292064
Opened 8 years ago
Closed 8 years ago
[Pointer Event] Add digitizer/pen tangential (barrel) pressure and twist
Categories
(Core :: DOM: Events, defect, P3)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla54
Tracking | Status | |
---|---|---|
firefox54 | --- | fixed |
People
(Reporter: stone, Assigned: stone)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 1 obsolete file)
6.38 KB,
patch
|
stone
:
review+
|
Details | Diff | Splinter Review |
Updated•8 years ago
|
Priority: -- → P3
Updated•8 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Updated•8 years ago
|
Summary: [Pointer Event] Add digitizer/pen tangential (barrel) pressure → [Pointer Event] Add digitizer/pen tangential (barrel) pressure and twist
Assignee | ||
Comment 2•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → sshih
Assignee | ||
Updated•8 years ago
|
Attachment #8835307 -
Flags: review?(bugs)
Updated•8 years ago
|
Attachment #8835307 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 3•8 years ago
|
||
Assignee | ||
Comment 4•8 years ago
|
||
Updated the patch summary
Attachment #8835307 -
Attachment is obsolete: true
Attachment #8836965 -
Flags: review+
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by ihsiao@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2fd6a5c4759f
[Pointer Event] Add digitizer/pen tangential (barrel) pressure and twist. r=smaug
Keywords: checkin-needed
Comment 6•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Comment 7•8 years ago
|
||
Hi there,
I've documented these new properties, creating new pages and updating support information as appropriate:
https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent
https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/PointerEvent
https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/tangentialPressure
https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/twist
I have not put a note in the Fx54 release notes about it however, as I believe pointer events are still preffed off — correct?
Let me know if my descriptions read OK. Thanks!
Keywords: dev-doc-needed → dev-doc-complete
Comment 8•8 years ago
|
||
(In reply to Chris Mills (Mozilla, MDN editor) [:cmills] from comment #7)
> I have not put a note in the Fx54 release notes about it however, as I
> believe pointer events are still preffed off — correct?
Yes, they are. They will be shipped in bug 960316.
> I've documented these new properties, creating new pages and updating
> support information as appropriate:
>
> https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent
> https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/PointerEvent
> https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/
> tangentialPressure
> https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/twist
We decided earlier[1] to mark features as *not supported* as long as they are disabled by default and add the version that added support in the footnotes.
Can you please adjust the compat tables accordingly?
You may also add a note about the addition of this feature to the experimental features.[3]
Sebastian
[1] https://groups.google.com/d/topic/mozilla.dev.mdc/B--xY8My3_4/discussion
[2] https://developer.mozilla.org/en-US/docs/MDN/Contribute/Structures/Compatibility_tables#Templates_to_use_in_the_compatibility_table (See 'For experimental features')
[3] https://developer.mozilla.org/en-US/Firefox/Experimental_features#pointer-events
Keywords: dev-doc-complete → dev-doc-needed
Comment 9•8 years ago
|
||
(In reply to Sebastian Zartner [:sebo] from comment #8)
> (In reply to Chris Mills (Mozilla, MDN editor) [:cmills] from comment #7)
> > I have not put a note in the Fx54 release notes about it however, as I
> > believe pointer events are still preffed off — correct?
>
> Yes, they are. They will be shipped in bug 960316.
>
> > I've documented these new properties, creating new pages and updating
> > support information as appropriate:
> >
> > https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent
> > https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/PointerEvent
> > https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/
> > tangentialPressure
> > https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/twist
>
> We decided earlier[1] to mark features as *not supported* as long as they
> are disabled by default and add the version that added support in the
> footnotes.
> Can you please adjust the compat tables accordingly?
> You may also add a note about the addition of this feature to the
> experimental features.[3]
Thanks Sebastian. I've adjusted the compat tables, and added a further note to https://developer.mozilla.org/en-US/Firefox/Experimental_features
Keywords: dev-doc-needed → dev-doc-complete
Comment 10•8 years ago
|
||
Great! Thanks for the quick fix, Chris!
Sebastian
You need to log in
before you can comment on or make changes to this bug.
Description
•