You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the keyboard is shown, and the device is locked and then unlocked, the keyboard initially remains visible but quickly disappears, and the visibleHeightProperty is not updated.
Steps to reproduce:
Add listener to visibleHeightProperty
Lock screen while keyboard is shown
Wait a period of time, it can differ, but sometimes 5 seconds is enough
Unlock screen
The text was updated successfully, but these errors were encountered:
Forgot to add:
When showing the keyboard again (though tapping an TextField), the property still doesn't get updated (because it would be the same value).
When hidding it again after that (through tapping the 'back button' in Android), only then the property gets updated again.
OS: Android 13
Device: Samsung Note 20 Ultra 5G
Attach version: 4.0.19
When the keyboard is shown, and the device is locked and then unlocked, the keyboard initially remains visible but quickly disappears, and the visibleHeightProperty is not updated.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: