RFR: 8296266: TextArea: Navigation breaks with RTL text

Phil Race prr at openjdk.org
Mon Oct 9 22:45:07 UTC 2023


On Mon, 9 Oct 2023 22:24:37 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> what if you have a mixture of RTL and LTR text in JDK8?
>> I am going to double check the behavior in JTextArea as well.
>
> what is going on??  JTextArea inside a Scene with RTL orientation:
> 
> <img width="550" alt="Screenshot 2023-10-09 at 15 23 51" src="https://github.com/openjdk/jfx/assets/107069028/1bd9cda3-71d5-4e41-b475-d5b6c2a010d3">

JDK 8u doesn't have the fixes to deal with all of the macOS fonts in current macOS, so its a little hard for me to test Arabic/bidi there since I get garbage text.

I don't see that mirroring that you see, neither setting it on the TextArea or on the Scene, but the text is way off to the right.
Some layout issue.

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1220#discussion_r1350927629


More information about the openjfx-dev mailing list