RFR: 8319844 : Text/TextFlow.hitTest() is incorrect in RTL orientation [v13]
Karthik P K
kpk at openjdk.org
Tue Feb 27 13:51:09 UTC 2024
On Tue, 27 Feb 2024 05:09:20 GMT, Karthik P K <kpk at openjdk.org> wrote:
>> 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.
Fixed this issue
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1323#discussion_r1504263571
More information about the openjfx-dev
mailing list