RFR: 8089080: [TextArea] Caret disappear after pressing backspace to clear the content

Andy Goryachev angorya at openjdk.org
Tue May 13 18:46:56 UTC 2025


On Mon, 21 Apr 2025 15:42:20 GMT, Ziad El Midaoui <zelmidaoui at openjdk.org> wrote:

> Fixed Caret disappear after unfocus then focus on the TextArea, the issue was happening because the caret position was set to -1 when we focus on the TextArea with empty text and caused the caret to disappear from at the skin level when the position is set to -1

I see.  You are right - the fix is trivial enough, but the test is not.  I verified that failure is fixed in the monkey tester on macOS 15.4.1

Please wait the customary 24 hrs before integrating in case anyone else has  additional feedback.

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

Marked as reviewed by angorya (Reviewer).

PR Review: https://git.openjdk.org/jfx/pull/1787#pullrequestreview-2837786526


More information about the openjfx-dev mailing list