Integrated: 8078471: Backspace does not work in JFileChooser with GTK L&F

Abhishek Kumar abhiscxk at openjdk.org
Tue Nov 29 21:53:08 UTC 2022


On Tue, 22 Nov 2022 15:51:09 GMT, Abhishek Kumar <abhiscxk at openjdk.org> wrote:

> The Backspace key doesn't lead to parent directory of current directory for JFileChooser in GTK LAF. 
> Added the lazy input value in `GTKLookandFeel` and fix is working fine.
> 
> Implemented a manual test to check BackSpace behavior for all installed LAF in Linux platform.
> The test mentioned in [JDK-8078471](https://bugs.openjdk.org/browse/JDK-8078471) `javax/swing/JFileChooser/4150029/bug4150029.html` also working fine with GTK option (-client -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel).

This pull request has now been integrated.

Changeset: 20844511
Author:    Abhishek Kumar <abhiscxk at openjdk.org>
Committer: Phil Race <prr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/20844511939779649e1a51970edf29eb21f137e1
Stats:     183 lines in 3 files changed: 183 ins; 0 del; 0 mod

8078471: Backspace does not work in JFileChooser with GTK L&F

Reviewed-by: psadhukhan, prr

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

PR: https://git.openjdk.org/jdk/pull/11291



More information about the client-libs-dev mailing list