Open
Bug 1043430
Opened 11 years ago
Updated 6 days ago
Ensure that command events from native Mac menus bubble correctly.
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
NEW
People
(Reporter: mstange, Assigned: jaas, NeedInfo)
References
Details
Attachments
(2 files)
|
2.38 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.93 KB,
patch
|
Details | Diff | Splinter Review |
In bug 1037433 comment 31, Florian reported that the command event doesn't bubble from the menuitem to the menupopup.
This bug is probably a duplicate of bug 534008, but let's keep it separate while we investigate.
| Reporter | ||
Comment 1•11 years ago
|
||
With these test changes (on top of bug 1043421) the test still passes for me. Were you doing something different?
Attachment #8461620 -
Flags: feedback?(florian)
Comment 2•11 years ago
|
||
Comment on attachment 8461620 [details] [diff] [review]
test
This test passes locally for me too, but after applying the patch from bug 1043421, I still don't get command events on the menupopup node in the webrtcUI.jsm code.
Attachment #8461620 -
Flags: feedback?(florian)
| Reporter | ||
Comment 3•11 years ago
|
||
OK good, so we at least have a reproducible testcase. I'll test with that, thanks!
Updated•3 years ago
|
Severity: normal → S3
This test case passes just fine, making me think this got fixed some time in the past 11 years. Can someone confirm that this is testing the correct thing, and if so we can close this out?
Flags: needinfo?(mstange.moz)
Flags: needinfo?(florian)
You need to log in
before you can comment on or make changes to this bug.
Description
•