Open
Bug 867393
Opened 12 years ago
Updated 3 years ago
Menus with onpopupshowing handler run code 2x when child menu with onpopupshowing event bubbles
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: alta88, Unassigned)
Details
for example, in View menu, view_init() runs again every time one of its child menu's popups is opened.
it seem a simple:
if (event.target == this) view_init();
in the onpopupshowing xul attribute would do wonders for snappiness in menus.
this bubbling seems wrong btw, as default behavior.
Updated•6 years ago
|
Severity: normal → minor
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•