Re: RFR: 6777156: GTK L: JFileChooser can jump beyond root directory in combobox and selection textarea. [v4]

2022-10-11 Thread Abhishek Kumar
On Tue, 11 Oct 2022 09:55:23 GMT, Prasanta Sadhukhan wrote: >> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Review comment fix > > test/jdk/javax/swing/JFileChooser/TestFileChooserDirectorySelection.java line > 34: >

Re: RFR: 6777156: GTK L: JFileChooser can jump beyond root directory in combobox and selection textarea. [v4]

2022-10-11 Thread Prasanta Sadhukhan
On Tue, 11 Oct 2022 09:10:10 GMT, Abhishek Kumar wrote: >> 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

Re: RFR: 6777156: GTK L: JFileChooser can jump beyond root directory in combobox and selection textarea. [v4]

2022-10-11 Thread Abhishek Kumar
> 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