RFR: 8139228: JFileChooser renders file names as HTML document
Alexey Ivanov
aivanov at openjdk.org
Thu Apr 17 09:42:03 UTC 2025
On Wed, 16 Apr 2025 22:23:26 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> Why the windows is skipped?
Because it's impossible to create a file with `<html>` in the name on Windows.
> Don't you need to check all L&F and platforms? as of now you validated metal(default on linux) and aqua(default on mac).
A good point. Validating other L&F would be good.
I wonder if the test can be automated, it would make validating all L&F so much easier.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24439#discussion_r2048603388
More information about the client-libs-dev
mailing list