Open
Bug 1828741
Opened 2 years ago
Updated 1 year ago
Use moz-label in panel-list
Categories
(Toolkit :: UI Widgets, task)
Toolkit
UI Widgets
Tracking
()
NEW
People
(Reporter: hjones, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [recomp])
We should try using the newly created moz-label element in panel-list. The panel-list element currently has some logic to create a XUL label when possible in order to get accesskey underlining support: https://searchfox.org/mozilla-central/source/toolkit/content/widgets/panel-list.js#519-523
Since we now have an HTML label that provides this same underlining it's worth seeing if that can be cleaned up. Also worth determining if we will still need the #setLabelContents logic after making this change.
Updated•2 years ago
|
| Reporter | ||
Updated•2 years ago
|
Summary: Use moz-label in → Use moz-label in panel-list
Updated•1 year ago
|
Whiteboard: [fidefe-reusable-components] → [recomp]
You need to log in
before you can comment on or make changes to this bug.
Description
•