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

Ziad El Midaoui zelmidaoui at openjdk.org
Wed May 14 15:19:59 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

This pull request has now been integrated.

Changeset: 2b2355eb
Author:    Ziad El Midaoui <zelmidaoui at openjdk.org>
Committer: Andy Goryachev <angorya at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/2b2355eb659cd433931825e8c0b7fa89da17e2d5
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

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

Reviewed-by: kizune, angorya

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

PR: https://git.openjdk.org/jfx/pull/1787


More information about the openjfx-dev mailing list