Open
Bug 1831348
Opened 2 years ago
Updated 2 years ago
Find a more general solution for using custom HTML elements in PanelMultiView
Categories
(Firefox :: Toolbars and Customization, task, P3)
Firefox
Toolbars and Customization
Tracking
()
NEW
People
(Reporter: hjones, Unassigned)
References
Details
We have some custom focus and keyboard event management logic in PanelMultiView.jsm
that doesn't work well with newer custom elements. Specifically some of the [code related to keyboard navigation] and keyboard click handling has recently been special cased to so that the moz-toggle
element behaves as expected when used in a panel (see Bug 1830333).
Ideally we can find some more general/comprehensive way of handling this, rather than having to add special checks for every new element we want to use in a panel view.
Updated•2 years ago
|
Severity: -- → S4
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•