On Mon, 26 Feb 2024 16:22:56 GMT, Andy Goryachev <ango...@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

Reply via email to