HeliBoard icon indicating copy to clipboard operation
HeliBoard copied to clipboard

Wrong delete behaviour after double-space

Open markokocic opened this issue 10 months ago • 2 comments

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.

  1. Type space two times. Now we have the following state: a word. |
  2. 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

markokocic avatar Apr 24 '24 14:04 markokocic