Open
Bug 44460
Opened 25 years ago
Updated 3 years ago
<menubutton> w/ no <menupopup> doesn't respond after first click
Categories
(Core :: XUL, defect, P3)
Tracking
()
NEW
Future
People
(Reporter: tim, Unassigned)
Details
Attachments
(1 file)
|
910 bytes,
text/plain
|
Details |
A <menubutton> element should function the same as a <button> element if no
<menupopup> child is present. This is not presently the case. If you click a
<menubutton> with no <menupopup>, the button is drawn in the "down" state, but
the "up" state is never drawn. A click/mousedown on the button again makes the
button draw it's "up" state. However, after this, even though the button still
fires the "onclick" event and other mouse events, it is no longer visually
showing the button depression (this is best seen in the Modern skin).
Furthermore, if a new <menupopup> is then dynamically added as a child to this
visually unresponsive <menubutton>, clicking on the button does not show the
button-menu.
Comment 2•25 years ago
|
||
ok. beta3
Comment 3•25 years ago
|
||
Could you fix this by making menubuttons behave as they do in 4.x on Windows?
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
Comment 5•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: mikepinkerton → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•