RFR: 8317836: FX nodes embedded in JFXPanel need to track component orientation [v8]
Kevin Rushforth
kcr at openjdk.org
Tue Oct 31 16:21:44 UTC 2023
On Tue, 31 Oct 2023 16:11:05 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> The initial value for node orientation property is INHERIT
For the Scene, yes, but we aren't talking about that. The EmbeddedWindow currently never has the value of INHERIT. It is either LTR (default) or RTL. Maybe it _should_ be set to INHERIT by default and when the JFrame is UNKNOWN. We would need to check whether Scene's getEffectiveOrientation handles that correctly.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1271#issuecomment-1787550780
More information about the openjfx-dev
mailing list