Ensure the software keyboard is closed when the top level document has been changed
Categories
(GeckoView :: IME, task)
Tracking
(Not tracked)
People
(Reporter: hiro, Unassigned, NeedInfo)
References
Details
I've been seeing that on Android the software keyboard opened in a test persists there even after the test document has been already closed.
Though I suppose this behavior is in fact an issue in GeckoView implementation, I am filing this bug for now (requested by Masayuki in https://phabricator.services.mozilla.com/D221417#7611218).
Comment 1•9 months ago
|
||
Makoto-san, in my understanding, when a page is unloaded, IME should be disabled by default. However, the VKB could stay there. Do you have any ideas?
Comment 3•9 months ago
|
||
toggleSoftInput
without force=true might not close software keyboard at force. I am not sure way without investigating this. (I will keep ni until investigating)
Reporter | ||
Comment 4•5 months ago
|
||
I am going to move this bug into GeckoView since I believe it's an issue in GeckoView rather in our test harnesses.
Reporter | ||
Comment 5•5 months ago
|
||
Maybe it's an issue in GeckoView test runner which is a sort of test harness for GeckoView though.
Description
•