-
Bug
-
Resolution: Fixed
-
P4
-
7-pool
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
-