RFR: 8242616: Regression: RTL - TextField Cursor Movement Via Keyboard
Karthik P K
kpk at openjdk.org
Fri Aug 25 11:48:45 UTC 2023
On Fri, 25 Aug 2023 11:41:22 GMT, Karthik P K <kpk at openjdk.org> wrote:
> The old logic for cursor movement was buggy when both RTL and LTR text was present in the TextField. Used character BreakIterator instead of finding the character index using hitTest.
>
> Added system test to validate the fix.
The fix is similar to the solution proposed by @andy-goryachev-oracle in [PR#1220](https://github.com/openjdk/jfx/pull/1220) hence added as contributor.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1222#issuecomment-1693229138
More information about the openjfx-dev
mailing list