ruis
ruis copied to clipboard
crash in TextInput
- Run
tests/app
- Click on the
text_input
- Clear all text from it, e.g. using backspace
- Press and hold the 'M' key
- While pressing the 'M' key press and hold also the SHIFT key
- Wait until input cursor reaches right border of the input field
Result: crash due to uncaught exception:
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::substr: __pos (which is 18446744073709551613) > this->size() (which is 25)
Aborted