JavaFX: Prevent TextField auto-selection on refocus
JavaFX punched me in the face with a feature which I consider as a kind of general over-assumption and as a bug in The Console. When TextField is refocused through other event than click then it auto selects it’s whole content. I want my previous selection or caret position.
A workaround/hack/fix is introduced in this post. Oh, by the way, there’s a bug report.
→ Continue reading