Closed
Bug 1830333
Opened 1 year ago
Closed 1 year 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•1 year 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•1 year ago
|
Component: XUL Widgets → Toolbars and Customization
Product: Toolkit → Firefox
taking a guess at priority and severity; feel free to correct me :-)
Severity: -- → S2
Priority: -- → P1
Updated•1 year ago
|
Whiteboard: [fidefe-reusable-components]
Updated•1 year 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•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Updated•7 months ago
|
Whiteboard: [fidefe-reusable-components] → [recomp]
You need to log in
before you can comment on or make changes to this bug.
Description
•