RFR: 6442919: JFilechooser popup still left-to-right when JFilechooser is set to right-to-left [v2]
Tejesh R
tr at openjdk.org
Fri Jul 21 03:56:03 UTC 2023
On Fri, 21 Jul 2023 03:39:53 GMT, Tejesh R <tr at openjdk.org> wrote:
>> test/jdk/javax/swing/JFileChooser/FCPopupMenuOrientationTest.java line 51:
>>
>>> 49: UIManager.getInstalledLookAndFeels()) {
>>> 50: String className = laf.getName().toLowerCase();
>>> 51: if (className.contains("motif") || className.contains("mac")) {
>>
>> The test does not have a headful keyword so in the CI it was tested on a headless system where the GTK l&f is unsupported. Please double-check - do we need to skip it here or not?
>
> Yeah, I can see from log that it is unsupported. I will skip it.
The fix doesn't apply to GTK too, thanks for pointing it out.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14949#discussion_r1270199239
More information about the client-libs-dev
mailing list