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

Unwanted space on Android with swift keyboard when typing console and dot #1471

Open
jcubic opened this issue Nov 14, 2024 · 0 comments
Open

Comments

@jcubic
Copy link

jcubic commented Nov 14, 2024

Describe the issue

I'm not sure if this is something you're willing to fix, but I decided to report a bug anyway.

I'm in a process of debugging my own Terminal library that use content editable. In my library, I use:

function mobile_ignore_key(key) {
    return settings.mobileIgnoreAutoSpace.length &&
        settings.mobileIgnoreAutoSpace.indexOf(key) !== -1 && is_android;
}

mobileIgnoreAutoSpace = [',', '.', ')']

Browser and platform

Google Chrome / Android / Swift keyboard

Reproduction link

https://codemirror.net/

@jcubic jcubic changed the title Unwanted space on Android with swift keyboard when pressing console and dot Unwanted space on Android with swift keyboard when typing console and dot Nov 14, 2024
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

1 participant