On Fri, 14 Jun 2024 16:00:10 GMT, Tejesh R <t...@openjdk.org> wrote: > DetailsView removes JTable TAB, SHIFT-TAB, ENTER and SHIFT-ENTER > functionalities to disable navigation within JTable of FilePane in > DetailsView. This is causing the issue mentioned in the bug where on invoking > DetailsView the functionalities are removed from JTable. I don't see it's > effect/significance in disabling the navigation since the focus shifts > outside the when TAB is presses and the folder opens when ENTER is pressed > without this changed. > I have tested the fix on CI system, its green.
This pull request has now been integrated. Changeset: 711e7238 Author: Tejesh R <t...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/711e7238196a4ef9211ed4cca15c7c1d774df019 Stats: 174 lines in 2 files changed: 167 ins; 7 del; 0 mod 6967482: TAB-key does not work in JTables after selecting details-view in JFileChooser 8166352: FilePane.createDetailsView() removes JTable TAB, SHIFT-TAB functionality Reviewed-by: achung, prr ------------- PR: https://git.openjdk.org/jdk/pull/19725