Open
Bug 533710
Opened 16 years ago
Updated 3 years ago
Move PerformAccessKey into script
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
NEW
People
(Reporter: enndeakin, Unassigned)
Details
The implementation of nsXULElement::PerformAccessKey has a number of hardcoded tag checks to do different things for different elements. Instead, this should be moved into the xbl implementation and implemented via a generic interface. Probably, the interfaces nsIDOMXULLabeledControlElement and nsIDOMXULLabelElement.
Comment 1•8 years ago
|
||
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•