TextFieldWithBrowseButton : Path completion doesn't work for relative names in TextFieldWithBrowseButton with custom root.
I've created TextFieldWithBrowseButton and set specific root. Browse button works right, but path completion works only for absolute pathes!
As far as I understand the problem is caused by implementation of LocalFsFinder.find(path). This mehod use java.io.File and replace relative path with
TextFieldWithBrowseButton : Path completion doesn't work for relative names in TextFieldWithBrowseButton with custom root.
I've created TextFieldWithBrowseButton and set specific root. Browse button works right, but path completion works only for absolute pathes!
As far as I understand the problem is caused by implementation of LocalFsFinder.find(path). This mehod use java.io.File and replace relative path with