RFR: 8264102: JTable Keyboards Navigation differs with Test Instructions.
Tejesh R
tr at openjdk.org
Fri Dec 22 08:35:53 UTC 2023
On Fri, 22 Dec 2023 08:21:54 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:
> Any specific reason behind setting `setColumnSelectionAllowed()` to false in `DefaultTableColumnModel` whereas `setRowSelectionAllowed` is set to true ?
Don't know since it was initial load. Only Row selection is enabled in JTable. In this particular test if user wants to check keyboard operations then setting column and row selection has to be true.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17105#issuecomment-1867389936
More information about the client-libs-dev
mailing list