RFR: 8327696: [TESTBUG] "javax/swing/JTable/KeyBoardNavigation/KeyBoardNavigation.java" test instruction needs to be corrected [v2]

Tejesh R tr at openjdk.org
Tue Apr 30 11:03:05 UTC 2024


On Thu, 25 Apr 2024 10:06:35 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

>> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review updates
>
> test/jdk/javax/swing/JTable/KeyBoardNavigation.java line 222:
> 
>> 220:                 Ctrl+\\ - De-select all
>> 221:                 Shift-Up/Down Arrow -  extend selection up/down one row
>> 222:                 Shift-Left/Right Arrow - extend selection left/right one
> 
> No extended selection of columns only focus changed from one cell to another.

In JTable the columnSelection is disabled by default and rowSelection is enabled. Since the whole is selected already in this scenario, extension is not visible. To verify this one you might have to enable Column Selection also.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18855#discussion_r1584585250


More information about the client-libs-dev mailing list