Closed
Bug 133441
Opened 23 years ago
Closed 23 years ago
Menulists don't work! [Up/Down arrows and mouse-over doesn' select item]
Categories
(Core :: XUL, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: cmanske, Assigned: bryner)
References
Details
(Keywords: regression)
Menulists in many places are very messed up today. I didn't see this problem on
Friday, 3/22. Just about any menulist in Composer shows these problems: E.g.,
click on the Table button and try to use the menulist to the right of the
"width" inputfield.
You get an assertion in nsMenuPopupFrame::SetCurrentMenuItem:
NS_ASSERTION(popupEl, "a MenuPopupFrame's content does not implement
nsIMenuElement!");and the mouse position doesn't track and select a menuitem.
Also, up and down arrow keys don't select menuitems like they used to.
Reporter | ||
Comment 2•23 years ago
|
||
Ahhh! Note that this problem only seems to be in menuslists that have their
<menuitems> appended dynamically. Menulists that have the menuitems defined in
XUL don't show these problems.
Assignee | ||
Comment 3•23 years ago
|
||
fixed by my checkin for bug 133610.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: shrir → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•