Closed
Bug 534008
Opened 16 years ago
Closed 11 days ago
command events don't bubble from menuitems in menu bar menus
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1043430
People
(Reporter: adw, Unassigned)
References
Details
(Whiteboard: [jetpack])
I have a XUL menu element in a menupopup in the menu bar. There's an event listener on the menu listening for bubbling command events, but it's not fired by events originating at ancestor menuitem elements. Bubbling and capturing event listeners on the menuitems themselves do fire. The same scenario works as expected in the context menu (and on Windows), so I'm guessing the problem is related to native menus.
Related is bug 526387.
| Reporter | ||
Comment 1•16 years ago
|
||
(In reply to comment #0)
> I have a XUL menu element in a menupopup in the menu bar. There's an event
> listener on the menu listening for bubbling command events, but it's not fired
> by events originating at ancestor menuitem elements.
s/ancestor/descendant/, sorry.
Updated•3 years ago
|
Severity: normal → S3
This was filed before bug 1043430 but the other bug has a bit more info so I'm duping this against that.
You need to log in
before you can comment on or make changes to this bug.
Description
•