On Thu, 22 Sep 2022 12:48:14 GMT, Abhishek Kumar <d...@openjdk.org> 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 check if current directory is root then don't process 
> the selection of ' ../ '.
> 
> Test case has been added and checked in CI pipeline. Link is attached in JBS.

Is there any possibility to check for current Directory to be `root` before 
confirming that the traversal is stopping at root?

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

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

Reply via email to