Integrated: 8273657 : TextField: all text content must be selected initially
Karthik P K
kpk at openjdk.org
Fri Apr 26 09:37:45 UTC 2024
On Thu, 25 Apr 2024 14:26:06 GMT, Karthik P K <kpk at 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 <kpk at 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
More information about the openjfx-dev
mailing list