-
Bug
-
Resolution: Unresolved
-
P4
-
None
I am adding a new TextField in the Scene, I want this textfield to have focus and its text to be fully selected. Doing so in the same tick (that seems natural), doesn't give you a selected text.
Selection needs to be delayed (I did it thanks to a a timeline keyframe) in the next tick.
For already added TextField, there is no issue.
I attached a test case that shows that the TextField is not selected.
Selection needs to be delayed (I did it thanks to a a timeline keyframe) in the next tick.
For already added TextField, there is no issue.
I attached a test case that shows that the TextField is not selected.
- relates to
-
JDK-8128758 [TextField] selection is not applied immidiately.
- Resolved