-
Bug
-
Resolution: Unresolved
-
P4
-
8, 22, 23, 24
-
x86_64
-
windows
java/awt/PopupMenu/PopupHangTest/PopupHangTest.java manual test fails on windows
Instructions say
One way to do this is to",
" click and hold the mouse to popup the menu, move away/outside of the",
" menu and release the mouse. At that point, the input is grabbed and",
" the *only* way out is to hit the escape key.
In windows, when we release the mouse, the popup is still up and input events are grabbed so escape key needs to be pressed to get back the input events unlike in linux where popup closes on mouse release so escape key does not need to be pressed
Instructions say
One way to do this is to",
" click and hold the mouse to popup the menu, move away/outside of the",
" menu and release the mouse. At that point, the input is grabbed and",
" the *only* way out is to hit the escape key.
In windows, when we release the mouse, the popup is still up and input events are grabbed so escape key needs to be pressed to get back the input events unlike in linux where popup closes on mouse release so escape key does not need to be pressed