RFR: 6967482: TAB-key does not work in JTables after selecting details-view in JFileChooser [v2]

Alisen Chung achung at openjdk.org
Tue Jun 18 21:40:10 UTC 2024


On Mon, 17 Jun 2024 07:29:45 GMT, Tejesh R <tr at 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.
>
> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Review fix - remove null initialization for table

Marked as reviewed by achung (Committer).

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

PR Review: https://git.openjdk.org/jdk/pull/19725#pullrequestreview-2126571905


More information about the client-libs-dev mailing list