RFR: 8317836: FX nodes embedded in JFXPanel need to track component orientation [v8]
Andy Goryachev
angorya at openjdk.org
Tue Oct 31 15:45:47 UTC 2023
On Tue, 31 Oct 2023 15:37:45 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
> Tha tis grey area which is not mentioned in the spec so I think retaining existing is the appropriate according to me..
We may need others to weigh in. My understanding, UNKNOWN works exactly as INHERIT, behaving as LTR if nothing is set. Setting the JFrame orientation to UNKNOWN (that's what happens when you choose INHERIT in the monkey tester) changes the Swing side to LTR and should set JFXPanel to INHERIT and therefore to LTR.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1271#issuecomment-1787482388
More information about the openjfx-dev
mailing list