Closed
Bug 1969475
Opened 10 months ago
Closed 2 months ago
Support dividers in moz-select
Categories
(Toolkit :: UI Widgets, enhancement)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
149 Branch
People
(Reporter: mstriemer, Assigned: mkennedy)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
(Whiteboard: [recomp])
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
In some places there may be groups of items in a select. This can be accomplished by putting an <hr> in a regular select, but currently moz-select does not support copying those over into its inner select instance.
Acceptance criteria:
<moz-select>
<moz-option label="Item 1"></moz-option>
<hr>
<moz-option label="Item 2"></moz-option>
</moz-select>
Renders two items with a divider between them
Updated•10 months ago
|
| Assignee | ||
Updated•2 months ago
|
Assignee: nobody → mkennedy
| Assignee | ||
Comment 1•2 months ago
|
||
Pushed by mkennedy@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8d4e4eef1454
https://hg.mozilla.org/integration/autoland/rev/a70486ab3d9f
Update moz-select to support menu separators for Applications section r=hjones
Pushed by agoloman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/589ab18cff40
https://hg.mozilla.org/integration/autoland/rev/17f8b152b2ac
Revert "Bug 1969475 - Update moz-select to support menu separators for Applications section r=hjones" for causing bc failures @browser_multiselect_tabs_reorder.js.
Backed out for causing bc failures @browser_multiselect_tabs_reorder.js.
Flags: needinfo?(mkennedy)
Pushed by agoloman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/60cb05e911a1
https://hg.mozilla.org/integration/autoland/rev/82e7ad37ba58
Update moz-select to support menu separators for Applications section r=hjones
Relanded because it was not the actual culprit.
Flags: needinfo?(mkennedy)
| Reporter | ||
Comment 7•2 months ago
|
||
[Tracking Requested - why for this release]: This is needed to provide the separator between Blocked and the chatbot providers on the chatbot provider dropdown in bug 2005799
Blocks: 2005799
tracking-firefox148:
--- → ?
Updated•2 months ago
|
Comment 8•2 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 months ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
| Reporter | ||
Comment 9•1 month ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D278863
Updated•1 month ago
|
Attachment #9540690 -
Flags: approval-mozilla-beta?
Updated•1 month ago
|
Attachment #9540690 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•1 month ago
|
status-firefox148:
--- → fixed
Comment 10•1 month ago
|
||
| uplift | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•