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

Tejesh R tr at openjdk.org
Mon Jul 29 09:19:38 UTC 2024


On Mon, 29 Jul 2024 06:26:19 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> 2. For the instruction mentioned at L273, when `FN+Down Arrow key` is pressed, viewport gets scroll down but I can see the cell selected is not the first visible cell in stead it is the first cell of last visible row.
>    Does this needs some rephrasing too?
Its actually last row's cell. If one cell is selected, it'll that cell column. If multiple cells are selected, it's first visible cell either first/last. Since the reporter has not raised any concern about this one, lets leave it that way.

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

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


More information about the client-libs-dev mailing list