-
Bug
-
Resolution: Unresolved
-
P4
-
jfx25
-
None
This was received on https://gist.github.com/mstr2/0befc541ee7297b6db2865cc5e4dbd09:
It seems that when we use stage.initStyle(StageStyle.EXTENDED) with RTL stage in Windows, the default buttons on the title bar are not rendered properly:
https://www.youtube.com/watch?v=hoZRQ8Hl-6s
Reproducer: https://github.com/Eng-Fouad/javafx25-extended-style-rtl-windows-bug
Tried the producer on WSL2 (which supports running Linux GUI apps on Windows), and I got the same behavior.
On MacOS, the buttons are always on the left in both cases (LTR & RTL) and it works as expected.
It seems that when we use stage.initStyle(StageStyle.EXTENDED) with RTL stage in Windows, the default buttons on the title bar are not rendered properly:
https://www.youtube.com/watch?v=hoZRQ8Hl-6s
Reproducer: https://github.com/Eng-Fouad/javafx25-extended-style-rtl-windows-bug
Tried the producer on WSL2 (which supports running Linux GUI apps on Windows), and I got the same behavior.
On MacOS, the buttons are always on the left in both cases (LTR & RTL) and it works as expected.
- duplicates
-
JDK-8368491 StageStyle.EXTENDED does not render title bar buttons properly on RTL stages
-
- Closed
-
- links to
-
Review(master) openjdk/jfx/1921