-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 7-pool
-
Component/s: javafx
When selecting some text in a text input control and typing an input character, the TextProperty first fires a delete event, and then an insert event.
The TextInputControl.Content interface needs a boolean added to the delete() and insert() methods to say whether listeners should be notified. The boolean value should be false for intermediate actions.
The TextInputControl.Content interface needs a boolean added to the delete() and insert() methods to say whether listeners should be notified. The boolean value should be false for intermediate actions.
- blocks
-
JDK-8089218 LightPlayground: StackOverflowError on editing text in a TextInputControl
-
- Open
-