-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
bug(android): Keyboard is blinking in the background during the Keyboard changes using globe key #8534
Comments
Relates to keyboard resizing and banner during keyboard switching, made more complex by async. Probably need to have a 'begin change' and 'end change' lock on refresh. |
From Sprint A17S11 sprint plan triage, we would've closed this one if dupe on #7161, but I don't see it, so moving to 17.0 |
The blinking seems to mostly happen when going from a keyboard w/o suggestions to keyboard w/ suggestions. Maybe from #6559 where toggleSuggestionBanner occurs on |
Noting for reference, so it isn't missed: in #9622, based on the video, the OSK temporarily goes to a desktop form-factor default when only sil_euro_latin is installed and it's reselected from the language picker. |
See https://github.com/keymanapp/keyman/pull/9696/files/68f2661e1f118cfc105c2ef131d7f4c1477e90f9#r1395117451 for some likely contributing factors. |
Diving into something else we noticed: this block hasn't been changed since #1842, for version 14.0: keyman/android/KMEA/app/src/main/java/com/keyman/engine/KeyboardPickerActivity.java Lines 267 to 276 in 8ebb725
Before that, the |
Describe the bug
I noticed that while changing the keyboards using globe key, the Keyboard running in the Keyman application is blinking.
Reproduce the bug
Here, the Keyboard running behind the language list menu is blinking for a while.
I have attached the video(keyboardblinking.mp4) file for reference.
keyboardblinking.mp4
Expected behavior
Keyboard blinking should not happen If the keyboard changes using globe key.
Related issues
No response
Keyman apps
Keyman version
17.078-alpha
Operating system
Android 11.0
Device
Redmi Note 8 Pro
Target application
No response
Browser
No response
Keyboard name
No response
Keyboard version
No response
Language name
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: