Enable HTMLSelectElement showPicker() in stable
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
People
(Reporter: lwarlow, Assigned: evilpies)
References
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
Enable showPicker() function on select element in stable.
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Luke, did you add a WPT for the not-being rendered check?
| Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Comment 4•2 years ago
|
||
Depends on D194409
Comment 7•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/5e3fb2570d2e
https://hg.mozilla.org/mozilla-central/rev/afb757f9fc40
Comment 8•2 years ago
|
||
:evilpie is this a good candidate for a release note nomination?
| Assignee | ||
Comment 10•2 years ago
•
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: New HTML/DOM feature
[Affects Firefox for Android]: Yes (there is one outstanding problem: bug 1864030)
[Suggested wording]: We've added support for the showPicker method on <select> elements, that can be used to trigger the drop-down behavior from JavaScript. (Maybe mention <input> showPicker?)
[Links (documentation, blog post, etc)]: Soon thanks to https://github.com/mdn/content/pull/29406
Comment 11•2 years ago
|
||
showerPick🚿⛏️ should obviously be showPicker. 😁
Sebastian
Comment 12•2 years ago
|
||
Thanks, added a slightly reworded note to the Fx122 nightly release notes, please allow 30 minutes for the site to update.
Keeping the relnote-firefox flag as ? to keep it on the radar for inclusion in the final Fx122 release notes.
I will also include a link to the MDN doc in the final release note. The MDN update PR mentioned in Comment 10 is pending but will keep an eye on it.
| Reporter | ||
Comment 13•2 years ago
|
||
Fwiw the content PR is ready it's just waiting on review.
Comment 14•2 years ago
|
||
FYI MDN docs work for release can be tracked in https://github.com/mdn/content/issues/31106. Browser compatibility data already correct, so this was just a release note and removal from the experimental features page.
Updated•2 years ago
|
Description
•