Skip to content

Bug: automatic space is inserted at the wrong place when swipe typing and then typing a number #1795

@jonasfeld

Description

@jonasfeld

Reproduction steps

(assume qwerty)

  1. swipe a word ("Test")
  2. long press on q to type 1 or alternatively switch to numbers keyboard and type 1
  3. resulting text is "Test1<space>" instead of "Test<space>1"

Actual result

Test1<space>

Expected result

Test<space>1

I expect this behavior since swiping "test" and then typing "a" has the result of "test<space>a".

Keyboard Version

0.1.27-playstore

Which android version are you using?

Android 16

Which device are you using?

Google Pixel 8

Which operating system are you using?

Pixel Stock Android

References

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingCannot ReproduceSwipe TypingIssues/FR related to swipe typing unlike regular typing

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions