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

[Test] [Mobile] Keyboard behaving strangely on smartphones #100

Open
immutablestate opened this issue Apr 14, 2020 · 3 comments
Open

[Test] [Mobile] Keyboard behaving strangely on smartphones #100

immutablestate opened this issue Apr 14, 2020 · 3 comments
Assignees
Labels
blocked Wait until resolution of other internal or external issue bug high-priority

Comments

@immutablestate
Copy link

In the mobile version, keyboard input behaves strangely. When typing a capital letter, the cursor position jump backward by one position in some cases. This leads to the following input

Professoren ⨝ Vorlesungen

being turned into

Professoren ⨝ orlesungenV

@michaelrampl
Copy link
Collaborator

michaelrampl commented May 21, 2020

Cannot reproduce with Android 9, Firefox 68.8, Google Keyboard.
Might be related to codemirror/codemirror5#6145 and codemirror/codemirror5#5844 and eventually will be solved with CodeMirror 6.

The only Issue I experienced (with firefox) is, that after entering multiple words, hitting (and holding) backspace will reposition the cursor to another word.

@michaelrampl
Copy link
Collaborator

@mmayerl please tell OS, tested Browsers (at least chrome, firefox), Keyboard and if this also happens without the join symbol.

@michaelrampl michaelrampl changed the title [Test] Keyboard behaving strangely on mobile [Test] [Mobile] Keyboard behaving strangely on smartphones May 21, 2020
@michaelrampl michaelrampl added the blocked Wait until resolution of other internal or external issue label May 25, 2020
@markentingh
Copy link

markentingh commented Jul 14, 2020

I am using EasyMDE which uses CodeMirror and on Android phones, when typing a space, the cursor shows the space being typed, then the cursor jumps back deleting the space. This only happens on Android on-screen keyboards. When I use a physical bluetooth keyboard, this does NOT happen. Also, I'm using Chrome in Android 10. Another thing that I noticed, when I type a second space, it works. Of course, it only renders the second space since the first space was deleted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Wait until resolution of other internal or external issue bug high-priority
Development

No branches or pull requests

4 participants