Text does not clear selection on Text.setText(...). Thus next selection range will be invalid for most text content changes. For example if all text is selected in a string "Hello", then we have a selection range from 0 to 5. But if that text is changed to "H" the range 0, 5 will cause an out of range exception.
- blocks
-
JDK-8118147 -fx-highlight-text-fill does not work for TextField / PasswordField
-
- Closed
-