-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P5
-
Affects Version/s: 9
-
Component/s: client-libs
The test javax/swing/JMenu/6470128/bug6470128.java verifies the condition
subMenu.isSelected()
on the main thread, which isn't guaranteed to return up-to-date result after the popup menu is shown on the EDT.
subMenu.isSelected()
on the main thread, which isn't guaranteed to return up-to-date result after the popup menu is shown on the EDT.