On Fri, 29 Jul 2022 18:28:45 GMT, Alexey Ivanov <[email protected]> wrote:
>> src/java.desktop/share/classes/javax/swing/plaf/basic/BasicFileChooserUI.java
>> line 749:
>>
>>> 747: } else {
>>> 748: chooser.setSelectedFile(null);
>>> 749: }
>>
>> What about the case where multiselection is enabled? It likely needs
>> updating too.
>
> Are symbolic links to files handled correctly?
In multiselection case the same issue exists where it doesn't allow user to
multi select the Symbolic links. Code modification is required to handle
multiselection case. And symbolic links to files are handled correctly, no
issue with that.
-------------
PR: https://git.openjdk.org/jdk/pull/9597