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:03:33 UTC 2024


On Tue, 30 Jul 2024 04:56:06 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

>> Its not the extension of one cell (Its actually the number of cells in that row/column) and also extend selection for selected cell would not be right phrase, I feel.
>
> I mean the selection is extended relative to that particular cell. When `Shift + UP` arrow is pressed, the cell just above the current selected cell is selected in that column and vice-versa. Same applied to `Shift + Left/Right` arrow but in row order.
> 
> And with `CTRL + Shift + UP / DOWN / LEFT / RIGHT` key combination is pressed, it will select the entire items just `above / below / left / right` of current selected item in column or row order.
> 
> Current instruction says `Shift-Up/Down Arrow -  Extend selection up/down one row` , but selection is limited to one cell only not entire row.
> 
> So, I thought the change will convey the instructions in a better way.

Yeah true, but then instruction will be lengthy so better to leave it that way I guess.

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

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


More information about the client-libs-dev mailing list