HeliBoard
HeliBoard copied to clipboard
Wrong delete behaviour after double-space
Describe the bug
After typing space two times, a dot and a space is added. After tapping backspace, instead of deleting the last character, space in this case, dot is deleted, and there's one space.
To Reproduce
Let's say we have the following text in an input field a word|
where |
is the current cursor location.
- Type space two times. Now we have the following state:
a word. |
- Click on backspace button.
Actual behaviour
Input text looks like this: a word |
Expected behavior
Input text should look like this: a word.|
GBoard behaves this way too.
App version 1.3 downloaded from GitHub