Closed
Bug 1901379
Opened 1 year ago
Closed 10 months ago
Implement field-sizing support for select comboboxes
Categories
(Core :: Layout: Form Controls, task)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
141 Branch
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: lwarlow, Assigned: keithamus)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Comment 1•1 year ago
|
||
Updates the calculation for inline size of select elements to be based on the width of the selected label.
Updated•1 year ago
|
Attachment #9406222 -
Attachment description: WIP: Bug 1901379: Implement field-sizing support for select comboboxes → Bug 1901379: Implement field-sizing support for select comboboxes r?emilio
| Assignee | ||
Updated•1 year ago
|
Assignee: lwarlow → mozilla
Comment 2•1 year ago
|
||
There is an r+ patch which didn't land and no activity in this bug for 2 weeks.
:mozilla, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Flags: needinfo?(mozilla)
Flags: needinfo?(emilio)
Updated•1 year ago
|
Flags: needinfo?(emilio)
Comment 4•1 year ago
|
||
Is this implemented behind the pref layout.css.field-sizing.enabled? (Skimming through the code, it doesn't seem so.)
Sebastian
Flags: needinfo?(mozilla)
Flags: needinfo?(lwarlow)
| Assignee | ||
Comment 5•1 year ago
|
||
I've commandeered the revision, and I plan to wrap it behind the pref, but I won't get to those changes for a few weeks.
Flags: needinfo?(mozilla)
| Reporter | ||
Comment 6•1 year ago
|
||
It's gated by virtue of the fact that field-sizing won't parse without that flag being enabled.
Flags: needinfo?(lwarlow)
Pushed by mozilla@keithcirkel.co.uk:
https://github.com/mozilla-firefox/firefox/commit/f7b6e0b08be7
https://hg.mozilla.org/integration/autoland/rev/2a9a03f50ac1
Implement field-sizing support for select comboboxes r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/53231 for changes under testing/web-platform/tests
Comment 9•10 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
Upstream PR merged by moz-wptsync-bot
Updated•10 months ago
|
QA Whiteboard: [qa-triage-done-c142/b141]
You need to log in
before you can comment on or make changes to this bug.
Description
•