Closed
Bug 1830333
Opened 3 years ago
Closed 3 years ago
Make toggle focusable and clickable via keyboard in PanelMultiView
Categories
(Firefox :: Toolbars and Customization, task, P1)
Firefox
Toolbars and Customization
Tracking
()
RESOLVED
FIXED
115 Branch
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: hjones, Assigned: hjones)
References
(Blocks 1 open bug)
Details
(Whiteboard: [recomp])
Attachments
(1 file)
There's a lot of custom focus and keyboard event management logic in PanelMutliView.jsm, some of which interferes with the expected behaviour of moz-toggle when we try to use it in a panel. There's probably some more comprehensive work to do here to change how PanelMultiView.jsm handles HTML elements in general, but this bug will just cover the work involved in making sure moz-toggle works as expected.
| Assignee | ||
Comment 1•3 years ago
|
||
This is a quick fix to unblock some onging work to use moz-toggle in the chrome. I'll follow up by filing a bug to reevaluate focus management in PanelMultiView more generally.
Updated•3 years ago
|
Component: XUL Widgets → Toolbars and Customization
Product: Toolkit → Firefox
Comment 2•3 years ago
|
||
taking a guess at priority and severity; feel free to correct me :-)
Severity: -- → S2
Priority: -- → P1
Updated•3 years ago
|
Whiteboard: [fidefe-reusable-components]
Updated•3 years ago
|
Pushed by hjones@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fe60b559a8e3
special case moz-toggle handling in panel multi view r=mstriemer,Gijs
Comment 4•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Updated•2 years ago
|
Whiteboard: [fidefe-reusable-components] → [recomp]
You need to log in
before you can comment on or make changes to this bug.
Description
•