Open Bug 460542 Opened 16 years ago Updated 2 years ago

On OS X native menus the binding is not attached during popupshowing capturing phase

Categories

(Toolkit :: UI Widgets, defect)

PowerPC
macOS
defect

Tracking

()

People

(Reporter: mak, Unassigned)

Details

in bug 457587 we had to workaround an issue with OS X native menus, practically the binding is attached when a popup is opened, but we have to access to binding fields in the capturing phase of the popupshowing event.
In the handler the binding is not attached yet, so the fields we try to access are undefined.
This works correctly on other OSes so most likely due to lazy binding attachment on native OS X menus.
Suggestion from Josh:

Is this related to, or maybe a dup of, bug 365405?
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.