Open 2jfw opened 3 hours ago
Manually selecting the text range with mouse (mouse down + move) will work in both cases
Using shift + key arrow left right to select will work occasionally
Using POS1 or END after double clicking will also not work
Using DEL will work but will afterwards not accept any other input
Backspace also working to delete text occasionally but typing still blocked
Clicking the TextInput again after double clicking will "heal" the behavior
Tracked down to a native textfield focus in event not triggering
For a
TextInput
and when usingtextEditorFactory
with aTextBlockTextEditor
and double-clicking text input to select all will not accept any key input afterwards.Will work:
Will not work after double clicking and typing: