RFR: 8330559: Trailing space not rendering correctly in TextFlow in RTL mode
Andy Goryachev
angorya at openjdk.org
Wed Nov 26 21:11:04 UTC 2025
On Wed, 26 Nov 2025 15:25:44 GMT, Ziad El Midaoui <zelmidaoui at openjdk.org> wrote:
> Fix trailing space present for complex text ( LTR text with RTL text ) Example: "Arabic: العربية"
> Added case to handle complex text in `getPosX` of `TextRun`
> Tested the changes with the code present in the bug.
The fix looks good in the reproducer, good job!
I have less luck in the monkey tester where we hit other issues (JDK-8318095 comes to mind).
I want to test this change more, and perhaps ask @nlisker to take a look, since I am less exposed to RTL in my environment.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1988#issuecomment-3583219906
More information about the openjfx-dev
mailing list