-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
7u6
-
Windows 7 x64, Java 7u7, JavaFX 2.2
When the user types in a TextField(and maybe also TextArea - didn't check it), switches to another application and back again, the TextField shows the following strange behaviour:
- all text is selected - even if no text was selected before
- the cursor is positioned before the first character
The selection and cursor position should stay the same. At least, the cursor should be positioned at the end of the text.
To reproduce, start JavaFX Ensemble(or another app...), type something in a textbox, give focus to another application and back to Ensemble.
- all text is selected - even if no text was selected before
- the cursor is positioned before the first character
The selection and cursor position should stay the same. At least, the cursor should be positioned at the end of the text.
To reproduce, start JavaFX Ensemble(or another app...), type something in a textbox, give focus to another application and back to Ensemble.
- duplicates
-
JDK-8116975 [TextField] Mouse selection goes away when another JavaFX window is clicked
- Closed