On Thu, 25 Apr 2024 14:26:06 GMT, Karthik P K <k...@openjdk.org> wrote:

> The text was not getting selected on adding the `TextField` to the scene 
> initially, subsequently removing and adding the `TextField` to the scene 
> selects the entire text present in the `TextField`. 
> 
> Made changes in the `TextFieldBehavior` constructor to select the text on 
> adding the `TextField`.
> 
> Added unit test to validate the fix

This pull request has now been integrated.

Changeset: c23ac747
Author:    Karthik P K <k...@openjdk.org>
URL:       
https://git.openjdk.org/jfx/commit/c23ac74714a88649a65d455a06254e97cd6ecb3f
Stats:     25 lines in 2 files changed: 25 ins; 0 del; 0 mod

8273657: TextField: all text content must be selected initially

Reviewed-by: angorya

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

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

Reply via email to