RFR: 8242616: Regression: RTL - TextField Cursor Movement Via Keyboard [v2]

Andy Goryachev angorya at openjdk.org
Wed Sep 27 14:31:30 UTC 2023


On Mon, 28 Aug 2023 11:22:56 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.
>
> Karthik P K has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Address review coments

@prrace could you please take a look at this?

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1222#issuecomment-1737516589


More information about the openjfx-dev mailing list