Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome Mobile - typing certain characters inside word makes cursor jump #1141

Open
1 of 5 tasks
spoorun opened this issue Mar 12, 2021 · 1 comment
Open
1 of 5 tasks

Comments

@spoorun
Copy link

spoorun commented Mar 12, 2021

Issue details

When using Chrome Mobile, if one inserts any of the following characters in the middle of a word it causes the cursor to jump to the end of a word:

. , : ; ! ? “ &+() {} [] <> | =

Steps to reproduce

  1. Open Prosemirror in Chrome Mobile

  2. Type a word (e.g. California)

  3. Insert one of the following characters into somewhere inside the word (e.g. Cali*fornia)

  4. Expected: the cursor should stay where it is after the character you typed (e.g. Cali*_|_fornia)

  5. Actual: the cursor jumps to the end of the word (e.g. Cali*fornia_|_)

  6. This does not occur on Firefox Mobile, Firefox or Chrome Desktop, and it does not occur when inserting any other characters, numbers or letters.

Affected platforms

  • Chrome Mobile
  • Chrome
  • Firefox
  • Internet Explorer
  • Other
@marijnh
Copy link
Member

marijnh commented Aug 26, 2024

Which virtual keyboard are you using? I'm not able to reproduce this with GBoard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants