-
Bug
-
Resolution: Fixed
-
P3
-
7u40
In the attached sample, I define a menu bar with sub menus:
- menu3 -> menu31 -> <menu items>
- menu3 -> menu32 -> <menu items>
The menu31 items list is initialized at creation time.
The menu32 items list is initialized in the menu31.onMenuValidation.
At runtime, menu32 is erroneously disabled.
This issue does not occur when not using system menu bar.
- menu3 -> menu31 -> <menu items>
- menu3 -> menu32 -> <menu items>
The menu31 items list is initialized at creation time.
The menu32 items list is initialized in the menu31.onMenuValidation.
At runtime, menu32 is erroneously disabled.
This issue does not occur when not using system menu bar.
- duplicates
-
JDK-8094458 [Mac] A fully dynamic Menu doesn't behave well when System menu bar is used
- Closed
- relates to
-
JDK-8096139 [Mac] handleOnMenuValidation may not be called when using system menu bar
- Resolved