Oliver-Loeffler / FXFileChooser

Custom JavaFX file chooser which allows quick manual filtering, which allows to add Path predicates as filter and which is testable using TestFX.
Apache License 2.0
44 stars 8 forks source link

FileChooserDialog does not show the actual location in some cases #49

Open Oliver-Loeffler opened 2 years ago

Oliver-Loeffler commented 2 years ago

There are cases, where the FileChooserDialog only shows "." instead the expected location.

WrongFile

Oliver-Loeffler commented 1 year ago

The file update service is stopped and started multiple times when text is entered and ENTER is pressed. As of now the search text field always shows the correct location.