RFR: 8329756: [macos] "javax/swing/JTable/KeyBoardNavigation.java" fail because most combinations of navigational keys with the Ctrl key do not work

Abhishek Kumar abhiscxk at openjdk.org
Mon Jul 29 08:50:33 UTC 2024


On Thu, 25 Jul 2024 14:04:32 GMT, Tejesh R <tr at openjdk.org> wrote:

> Mismatch in key combinations, I have taken native macos Numbers application as reference to verify. Have added `Ctrl-Shift Left/Right` action keys similar to `Ctrl-Shift UP/DOWN` which would be expected functionality. I've removed those test instructions which are not applicable/implemented/not working in Macos keyboard navigation.

test/jdk/javax/swing/JTable/KeyBoardNavigation.java line 1:

> 1: /*

I suggest few changes in instructions as well

1. Check all combinations of navigational keys mentioned below
    and `verify` each key `combination` against the spec defined.
    If it does, press `"Pass"`, otherwise press `"Fail"` because The test contains the button with `Pass` and `Fail` 
    texts.

2. Please add this bug id to tag as there is product change.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20331#discussion_r1694839983


More information about the client-libs-dev mailing list