RFR: 8329756: [macos] "javax/swing/JTable/KeyBoardNavigation.java" fail because most combinations of navigational keys with the Ctrl key do not work [v2]
Tejesh R
tr at openjdk.org
Tue Jul 30 05:07:32 UTC 2024
On Tue, 30 Jul 2024 05:01:23 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:
>> It is there for Windows and Linux too. Its according to the native, in windows it extends to one cell left/right. In Linux there is a miss-match between native `Libre` and swing, might have to change that. I have updated as per Macos native side, where I took `Numbers` as reference.
>
> In the test you have mentioned only `ctrl shift up / down` arrow key combination but not the `ctrl shift left / right` for windows and linux.
> So, is it missed in test instructions?
Yeah, it was missed from previous updates and initial test instructions. Will take it up separately, coz might have to update Linux action command based on native functionality.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20331#discussion_r1696312995
More information about the client-libs-dev
mailing list