You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a use-case pattern when user presses Ctrl+A and then Backspace to clear the input. However it doesn't work around delimiters.
How to reproduce:
Enter 5213, then space is automatically inserted: 5213 .
Press Ctrl+A and then Backspace.
It will remove only the last character, instead of entire string.
Also, there is another failing pattern:
Enter 123, then press Ctrl+A, then start to type the replacement number. It will not clear the selected text.
The text was updated successfully, but these errors were encountered:
slavafomin
changed the title
Whole input is not always cleared when using Ctrl+A and Backspace
Selected text is not always cleared when typing
Sep 27, 2017
There is a use-case pattern when user presses
Ctrl+A
and thenBackspace
to clear the input. However it doesn't work around delimiters.How to reproduce:
5213
, then space is automatically inserted:5213
.Ctrl+A
and thenBackspace
.It will remove only the last character, instead of entire string.
Also, there is another failing pattern:
Enter
123
, then pressCtrl+A
, then start to type the replacement number. It will not clear the selected text.The text was updated successfully, but these errors were encountered: