Other |
---|
fx2.0.2Fixed |
Blocks :
|
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.
|