RFR: 8139228: JFileChooser renders file names as HTML document
Phil Race
prr at openjdk.org
Wed May 7 21:11:54 UTC 2025
On Wed, 23 Apr 2025 11:23:05 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> When we are unable to create a folder with special characters in windows OS, why do we need to test it using custom `FileSystemView` ? My point is will any developer do this in windows?
>
> Because the problem is still there, and there are virtual folders on Windows. If a custom `FileSystemView` can return file names with `"<html>"` in their name, `JFileChooser` in Windows Look and Feel will render the file name as HTML.
>
> Isn't it the problem that you're trying to fix?
@aivanov-jdk @TejeshR13
This seems stalled because there are conflicting statements
- Alexei : you can create a custom FIleSystemView on windows with <html> in path names.
- Tejesh : no you can't, or at least it doesn't work when you try to use it.
Can we please get that reconciled ?
Tejesh pls show the code you used, and Alexei please show how you would do it.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24439#discussion_r2078495631
More information about the client-libs-dev
mailing list