Open
Bug 534008
Opened 15 years ago
Updated 3 years ago
command events don't bubble from menuitems in menu bar menus
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
NEW
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•15 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
You need to log in
before you can comment on or make changes to this bug.
Description
•