RFR: 8319844 : Text/TextFlow.hitTest() is incorrect in RTL orientation [v13]
Karthik P K
kpk at openjdk.org
Tue Feb 27 05:11:51 UTC 2024
On Mon, 26 Feb 2024 16:22:56 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> You are right. It fails when there are repeated text nodes. I will look into this
>
> yes, this bothered me from the start. I did have a test case in the MT with two text nodes with the same text, and it seemed to work correctly. or did I miss something?
Actually most of the repeating text cases are handled. I saw failure in only one case where a Text node containing mix of LTR and RTL text is repeated. For example if we have a Text node with content like "شزذيArabic" repeated, then it fails.
If the Text node contains only LTR or RTL text then no issues are seen.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1323#discussion_r1503644403
More information about the openjfx-dev
mailing list