Open
Bug 390647
Opened 18 years ago
Updated 2 years ago
Use a :-moz-menuactive pseudo class instead of _moz-menuactive attribute
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
NEW
People
(Reporter: enndeakin, Unassigned)
References
(Blocks 3 open bugs)
Details
Now that popups work asynchronously, the -moz-menuactive attribute is set after a reflow, which then redraws after a second style change. This causes the active item to flicker. Instead, we could use a :moz-menuactive pseudo to indicate this state and not need to set it in a callback.
Updated•17 years ago
|
Summary: Use a :moz-menuactive pseudo instead of moz-menuactive → Use a :-moz-menuactive pseudo class instead of _moz-menuactive attribute
Updated•17 years ago
|
OS: Mac OS X → All
Hardware: PC → All
Updated•17 years ago
|
Flags: wanted1.9.1?
Flags: wanted1.9.0.x?
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: xptoolkit.menus → xptoolkit.widgets
Flags: wanted1.9.1?
Flags: wanted1.9.1-
Flags: blocking1.9.1-
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•