-
-
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] Selecting a column/row clears its content #12369
Comments
I can reproduce this in the all features manual test, but it doesn't happen always. It seems to depend on the content of a table. E.g. I can only reproduce this in the first column here: We observed that Chrome fires |
Fix for this issue may also resolve #12383. |
Idea: For Android only, replace the The current listener that calls |
Something like this seems to work (of course, we still need the compositionstart for other browsers and do the new thing only on Android).
Make sure to add a comment pointing to this issue cause this will be WTH in the future. |
Fixed on |
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
The column is selected.
❌ Actual result
The column content disappears.
📃 Other details
The same scenario applies to table rows.
Branch:
ck/11438-beforeinput-ime-research-vol1.1-android
Language: English
Keyboards: GBoard, Android keyboard
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: