On Tue, 19 Oct 2021 16:57:00 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> JTableHeader doesn't get focus after pressing F8 key in macos causing test to > fail. Added F8 keybindings to macos similar to > MetalLookAndFeel > https://github.com/openjdk/jdk/blob/master/src/java.desktop/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java#L1232 > and BasicLookAndFeel > https://github.com/openjdk/jdk/blob/master/src/java.desktop/share/classes/javax/swing/plaf/basic/BasicLookAndFeel.java#L1497 > > Test is moved from closed to open and now passing in macos. I do not think it should be marked as a TEST_BUG ------------- PR: https://git.openjdk.java.net/jdk/pull/6019