Closed
Bug 1320449
Opened 7 years ago
Closed 7 years ago
Keyboard predictions not working in URL bar
Categories
(Firefox for Android Graveyard :: Keyboards and IME, defect)
Tracking
(firefox53 fixed)
RESOLVED
FIXED
Firefox 53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: JanH, Assigned: JanH)
References
Details
Attachments
(1 file)
Comment hidden (typo) |
Assignee | ||
Comment 1•7 years ago
|
||
Can anybody remember why we turn off keyboard input suggestions on the URL bar? (https://dxr.mozilla.org/mozilla-central/rev/b982373cb0e953976fd45f342910d1d1ea123fbb/mobile/android/base/resources/layout/toolbar_edit_layout.xml#33)? For URLs per se having the keyboard's own suggestions may not be strictly necessary, since the URL bar does its own autocompletion from history anyway (although my old phone was slow enough that quite often the keyboard's [1] suggestion would come in faster), but when entering search terms I'd think that having the keyboard's text prediction would be quite useful. If we decide to implement this, we might however still want to turn off predictions off during private browsing (see bug 1266683). On a note of comparison, I've found some older complaints about input suggestions being disabled on some keyboards in Chrome as well, but checking with their current version it seems that they are no longer turning suggestions off and are only using inputType="textUri" for their URL bar. [1] It seems that some keyboards, e.g. the stock keyboard on older Samsung phones or Swiftkey ignore textNoSuggestions and display predictions anyway, which explains why I've never noticed this problem myself.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jh+bugzilla
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8814615 [details] Bug 1320449 - Enable keyboard text prediction on the awesome bar during normal browsing. https://reviewboard.mozilla.org/r/95768/#review96444 With the default Google keyboard I see no difference. However on the Sony Z3C I see suggestions now. I was a bit afraid that this will lead to the keyboard suggesting all kinds of URLs instead of actual words in various places - but this doesn't seem to happen, at least on the Sony phone.
Attachment #8814615 -
Flags: review?(s.kaspari) → review+
Assignee | ||
Comment 4•7 years ago
|
||
Oh right, looks like Google's keyboard turns off predictions anway for URI input - nothing we can do about that then. (In reply to Sebastian Kaspari (:sebastian) from comment #3) > I was a bit afraid that this will lead to the > keyboard suggesting all kinds of URLs instead of actual words in various > places - but this doesn't seem to happen, at least on the Sony phone. Mirrors my experience with Swiftkey and the Samsung keyboard (although the latter was - or still is? - just a repackaged version of Swiftkey anyway, at least as far as the prediction logic is concerned).
Assignee | ||
Comment 5•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=e7e4b4efc1c4721718987ef4af8c95dca9af38f6&selectedJob=32020158
Keywords: checkin-needed
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/autoland/rev/3118e664715b Enable keyboard text prediction on the awesome bar during normal browsing. r=sebastian
Keywords: checkin-needed
Comment 7•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3118e664715b
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 53
Comment 8•7 years ago
|
||
(In reply to Jan Henning [:JanH] from comment #1) > Can anybody remember why we turn off keyboard input suggestions on the URL > bar? Just stumbled upon bug 719527 - This and the linked bugs in comment 0 might have some history.
Comment 9•7 years ago
|
||
(In reply to Jan Henning [:JanH] from comment #1) > Can anybody remember why we turn off keyboard input suggestions on the URL > bar? The predictions block a line of awesome bar results. On the smallest screen sizes that we support that can result in only couple results between the keyboard, search suggestion prompt, search line and the search bar at the bottom. Even on my Nexus 5x I end up with 3.5 results on the screen with all those bars enabled. Adding the keyboard autocomplete would take at least .5 if not 1 search result away.
Updated•3 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.