On Mon, 21 Apr 2025 15:42:20 GMT, Ziad El Midaoui <zelmida...@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 Looks good! Do you think it is possible to write a test for this case that would fail without the fix and pass with the fix? ------------- PR Comment: https://git.openjdk.org/jfx/pull/1787#issuecomment-2876961470