[Bug]: keyboard behaviour in input fields (e. g. search engines)
Categories
(GeckoView :: IME, defect, P2)
Tracking
(Not tracked)
People
(Reporter: jonalmeida, Assigned: m_kato)
Details
(Whiteboard: [geckoview:m112?])
Attachments
(1 obsolete file)
From github: https://github.com/mozilla-mobile/fenix/issues/22231.
Steps to reproduce
- Open a Tab with a search field. Search engine, Amazon, eBay, whatever
- Search something with one or more keywords
- On the result Page try to modify the search terms in the search field by changing one keyword by longpressing it in order to delete or overwrite it.
Expected behaviour
The search terms is marked and the keyboard opens. I can use backspace to delete or just overwrite it.
Actual behaviour
The searchterm is marked and keyboard stays closed. I have to use the edit menue to cut the search term, yet I want to delete it. Keyboard still closed. Have to tap again in the search field to open keyboard to enter another searchterm.
Chrome does it as expected.Device name
Honor 6x, Samsung Tab 4
Android version
Android 9, 10 (linageOS)
Firefox release type
Firefox Nightly
Firefox version
95.0a1 (Build #2015841577) AC: 95.0.20211022190114, 739de5c6a3 GV: 95.0a1-20211022100052 AS: 86.0.0
Device logs
No response
Additional information
No response
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
Due to bug 1556103, we force close keyboard since Chrome behavior is same at that time... But current Chrome seems to be different behavior.
Updated•3 years ago
|
Updated•3 years ago
|
| Assignee | ||
Comment 2•3 years ago
|
||
IMEStateManager doesn't do nothing at this situation, so even if I backed out bug 1556103, this issue won't be fixed...
| Assignee | ||
Comment 3•3 years ago
|
||
Chrome behavior (Android 13 + latest version of Chrome)
- If content is empty, action bar is shown, but virtual keyboard isn't shown.
- If content isn't empty, action bar and virtual keyboard are shown.
Android's Textbox behavior (Android 13)
- If content is empty, action bar is shown, but virtual keyboard isn't shown.
- If content isn't empty, action bar is shown, but virtual keyboard isn't shown.
Comment 4•2 years ago
|
||
The Android team has not been keeping our P1 bug list up to date, so we're resetting all our P1 bugs to P2 to avoid signalling that we're actively working on bugs that we're not. The BMO documentation https://wiki.mozilla.org/BMO/UserGuide/BugFields#priority says P1 means "fix in the current release cycle" and P2 means "fix in the next release cycle or the following (nightly + 1 or nightly + 2)".
If you are actively working on this bug and expect to ship it in Fx 122 or 123, then please restore the priority back to P1.
Updated•2 years ago
|
Description
•