Closed
Bug 1309612
Opened 8 years ago
Closed 8 years ago
Ship the selection events API
Categories
(Core :: DOM: Selection, defect)
Core
DOM: Selection
Tracking
()
RESOLVED
FIXED
mozilla52
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
(Depends on 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
949 bytes,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
This bug tracks the work to ship the selection API.
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Comment 1•8 years ago
|
||
Sent an intent to ship email to dev-platform.
Assignee | ||
Updated•8 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8800819 -
Flags: review?(bugs)
Comment 3•8 years ago
|
||
So this depends on still couple of open bugs. Why it is ok to ship without those fixed?
Flags: needinfo?(ehsan)
Assignee | ||
Comment 4•8 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #3)
> So this depends on still couple of open bugs. Why it is ok to ship without
> those fixed?
Because they all have patches on inbound. Also see bug 1309626 comment 1.
Flags: needinfo?(ehsan)
Comment 5•8 years ago
|
||
aha, thanks.
Updated•8 years ago
|
Attachment #8800819 -
Flags: review?(bugs) → review+
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/eb510465cd0f
Ship the selection events API; r=smaug
Comment 7•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Assignee | ||
Comment 9•8 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: By shipping this API we are catching up with other browser engines, so Web developers may be interested to know.
[Affects Firefox for Android]: Yes.
[Suggested wording]: Added support for selection events (selectstart and selectionchange)
[Links (documentation, blog post, etc)]: API documentation: <https://developer.mozilla.org/en-US/docs/Web/Events/selectstart>, <https://developer.mozilla.org/en-US/docs/Web/Events/selectionchange>
relnote-firefox:
--- → ?
Updated•8 years ago
|
Comment 10•8 years ago
|
||
I've documented the new features and had a go at consolidating the existing features that were already documented in some form.
First, I've made a landing page for the API:
https://developer.mozilla.org/en-US/docs/Web/API/Selection_API
Next, I've made sure these pages are present and up-to-date:
https://developer.mozilla.org/en-US/docs/Web/Events/selectstart
https://developer.mozilla.org/en-US/docs/Web/Events/selectionchange
https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers
https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onselectionchange
https://developer.mozilla.org/en-US/docs/Web/API/GlobalEventHandlers/onselectstart
I've 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 that's 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
•