On Mon, 12 Dec 2022 05:56:38 GMT, Abhishek Kumar <abhis...@openjdk.org> wrote:
> It is not possible to select all files on press of Ctrl+A in JFileChooser for > GTK LAF where as all folders can be selected. > In native side on press of Ctrl+A, able to select all files as well as > folders. > > Proposed fix is to enable `multiselection `property by default for > JFileChooser in GTK LAF to mimic native side behavior. > > An automated test case is implemented and tested in CI. CI job links are > attached in JBS. This pull request has now been integrated. Changeset: 2ee34f14 Author: Abhishek Kumar <abhis...@openjdk.org> Committer: Jayathirth D V <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/2ee34f14880cccca02e2933f80b000979f33c6d1 Stats: 230 lines in 2 files changed: 230 ins; 0 del; 0 mod 4912623: GTK L&F: Folder list of the JFileChooser is allowing multiple selection unlike native Reviewed-by: psadhukhan, jdv, serb ------------- PR: https://git.openjdk.org/jdk/pull/11627