-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[Android/IME] Can't exit a list with the Enter key #12368
Comments
I tested this on Chrome 104.0.5112.97 and it works for me. Aug-31-2022.10-37-47.mp4Could you run it in the manual test
|
Ok, I managed to reproduce this. The thing is that pressing the space (I need to do that twice in my case to see anything) inserts one space before the caret and one after the caret. Since there's one space after the caret pressing Enter in what seems to be an empty line doesn't work because it's not an empty line. It's:
|
An alternative scenario here is to:
I reproduced the above in the all-features manual test but most likely it's reproducible everywhere. |
Comment from the main Android thread: #12058 (comment)
|
Implementation idea: let's forward the The idea is to do this only on Android and as early as possible, so still in the Theoretically, this specific event may be fired on Android in different scenarios than Enter key, so we might lose some text that the user wanted to insert. However, we don't know about any such scenarios right now, plus, it wouldn't work anyway. Resolving this issue may also resolve: |
Fixed on |
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
The second list item disappears and you exit the list.
❌ Actual result
New list items appear after pressing Enter.
📃 Other details
Branch:
ck/11438-beforeinput-ime-research-vol1.1-android
Language: English
Keyboards: GBoard
Device: Nexus 10 emulator@Android v12
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: