Closed
Bug 765473
Opened 13 years ago
Closed 5 years ago
Virtual keyboard overlaps input text suggestions
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: xand89, Unassigned)
Details
User Agent: Mozilla/5.0 (Android; Mobile; rv:14.0) Gecko/14.0 Firefox/14.0
Build ID: 20120614153549
Steps to reproduce:
I needed to login
the suggestions were there (my email address)
however the android keyboard overlaps the login suggestions
Actual results:
overlapped login suggestions
Expected results:
login suggestions should be placed higher than the keyboard frame
in landscape mode it is even not possible to choose any
Comment 1•13 years ago
|
||
To try this out, which device and Android keyboard are you using?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Hardware: Other → ARM
Summary: Login id suggestions overlapped by keyboard → Virtual keyboard overlaps input text suggestions
Comment 3•13 years ago
|
||
In general I think we're displaying the autocomplete popup too soon, before the screen has been resized by the keyboard and we've scrolled to make the input field visible. Looking at the code in browser.js, it looks like _showAutoCompleteSuggestions is called from a click event handler, which probably gets triggered really early in the process. I think it would be better if we ran that code after we get the ScrollTo:FocusedInput event and scroll to make the input field visible.
Comment 4•13 years ago
|
||
This bug makes it impossible to use the autocomplete popup. I've filed another bug related to the virtual keyboard (bug 795464).
Version: Firefox 14 → Firefox 18
Comment 5•5 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•