RFR: 8323880: Caret rendered at wrong position in case of a click event on RTL text
Jay Bhaskar
jbhaskar at openjdk.org
Tue Feb 13 17:06:31 UTC 2024
Issue: The current implementation of complex text rendering paths on the Java platform is experiencing side effects.
Solution: We need to align with WebKit 616.1 standards. The patch supports two paths simple rendering path and complex rendering path based on text rendering mode.
-------------
Commit messages:
- 8323880: Caret rendered at wrong position in case of a click event on RTL text
Changes: https://git.openjdk.org/jfx/pull/1364/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1364&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8323880
Stats: 12 lines in 1 file changed: 12 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jfx/pull/1364.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1364/head:pull/1364
PR: https://git.openjdk.org/jfx/pull/1364
More information about the openjfx-dev
mailing list