Closed
Bug 2000727
Opened 1 month ago
Closed 1 month ago
Support slot config for items/options in config-based settings
Categories
(Firefox :: Settings UI, enhancement, P2)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
147 Branch
| Tracking | Status | |
|---|---|---|
| firefox147 | --- | fixed |
People
(Reporter: mstriemer, Assigned: akulyk)
References
(Blocks 1 open bug)
Details
(Whiteboard: [recomp])
Attachments
(1 file)
We're seeing some items that need to be slotted into eg moz-box-item now that we're hitting some meatier sections. The moz-box-item expects that its actions go in the actions slot (or actions-start), but we have no mechanism for setting a slot on a setting-control
In bug 1992201 jhirsch is needing the slot, we may get the slot support there already, but we'll want to be consistent with this so we should support it on options too, and move all of the controlAttrs: { slot: "my-slot" } usages to the slot attribute (and document it in JSDoc/TypeScript)
Updated•1 month ago
|
Pushed by akulyk@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/df03e21143f2
https://hg.mozilla.org/integration/autoland/rev/c440d777aaaa
Support slot config for items/options in config-based settings r=hjones
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox147:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c148/b147]
You need to log in
before you can comment on or make changes to this bug.
Description
•