RFR: 8317836: FX nodes embedded in JFXPanel need to track component orientation [v8]

Kevin Rushforth kcr at openjdk.org
Tue Oct 31 16:29:46 UTC 2023


On Tue, 31 Oct 2023 16:19:24 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> We would need to check whether Scene's getEffectiveOrientation handles that correctly.

I checked. It doesn't. effectiveOrientation must be either RTL or LTR (which makes sense), so without additional adjustments to the fix, I think what Prasanta has now is correct. I'll look more closely when I test it.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1271#issuecomment-1787559418


More information about the openjfx-dev mailing list