> When a user selects ../ from directory list in GTK FileChooser continuosly, > it leads to '../../../.....' in combobox and selection textarea even though > it the current directory is at root level. > > Fix for the issue is to remove "../" entry from JFileChooser directory list > in GTK LAF if current directory is root. > > Test case has been added and checked in CI pipeline. Link is attached in JBS.
Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision: Review comment fix ------------- Changes: - all: https://git.openjdk.org/jdk/pull/10390/files - new: https://git.openjdk.org/jdk/pull/10390/files/698a1202..c7493bf1 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=10390&range=03 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=10390&range=02-03 Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/10390.diff Fetch: git fetch https://git.openjdk.org/jdk pull/10390/head:pull/10390 PR: https://git.openjdk.org/jdk/pull/10390