-
Bug
-
Resolution: Fixed
-
P4
-
fx2.0
The TextField should make sure that when focus leaves the text field, the caret position is reset to 0 (and selection is cleared). When the control gains focus, it should select all, but position the caret at position 0. Interestingly, on mac at least, if you do a cmd-a, then everything is selected but the caret position is outside the view -- the UI doesn't scroll to the end. So whatever text you were looking at before cmd-a you are still looking at. This issue won't address this.