RFR: 8338041: Keyborad Navigation of JTable, Ctrl Shift RIGHT/LEFT doesn't follow native action in GTK L&F
Damon Nguyen
dnguyen at openjdk.org
Mon Aug 19 16:49:51 UTC 2024
On Fri, 16 Aug 2024 07:39:44 GMT, Tejesh R <tr at openjdk.org> wrote:
> In JTable, keyboard navigation keys Ctrl Shift RIGHT/LEFT doesn't follow native actions of Linux. In native the actions are extended to end of selected columns cells either LEFT/RIGHT but in swing gtk look and feel the selection is extended to one cell to left/right. This might be taken as reference of Windows OS since the same is observed in Windows native. Hence I have update the actions for Ctrl Shift RIGHT & LEFT.
> Added automated test too. The fix is tested in CI and its fine.
The change itself works fine. I agree with the test changes submitted already. Out of curiosity, what native app did you compare it to when you checked for native behavior?
-------------
PR Review: https://git.openjdk.org/jdk/pull/20608#pullrequestreview-2246021001
More information about the client-libs-dev
mailing list