-
Bug
-
Resolution: Unresolved
-
P4
-
8, 11, 17, 21, 25, 26
-
generic
-
os_x
Issue:
javax/swing/Popup/TaskbarPositionTest.java can fail subsequent tests on MacOS because of using 'Cntrl+Down Arrow' as this acts as a shortcut in MacOS to show all windows related to the focused one.
Fix:
Change the 'Cntrl' key to 'Shift'
Testing:
Tested in all supported platforms using mach5 and got all PASS.
javax/swing/Popup/TaskbarPositionTest.java can fail subsequent tests on MacOS because of using 'Cntrl+Down Arrow' as this acts as a shortcut in MacOS to show all windows related to the focused one.
Fix:
Change the 'Cntrl' key to 'Shift'
Testing:
Tested in all supported platforms using mach5 and got all PASS.
- links to
-
Review(master) openjdk/jdk/26623