Closed
Bug 963449
Opened 11 years ago
Closed 5 years ago
Incorrect autocomplete text deletion in urlbar
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: liuche, Unassigned)
Details
Attachments
(1 file)
89.76 KB,
image/png
|
Details |
On a N4 with Swiftkey, there seems to be a race condition in deleting the autofill text when typing a string that starts with the same letter as an autocompleted url.
Not sure if this is related to Swiftkey; also not sure if it's a regression.
STR:
1. Ensure some urls have been visited and can be autocompleted by the awesomebar.
2. Tap on urlbar to bring up keyboard.
3. (Timing sensitive) As soon as keyboard pops up, type something that starts with a letter that matches an autocomplete-able url (e.g. gibberishanhoeu to match google.com)
Expected:
Typed string is displayed in urlbar
Actual:
Typed string is inserted into autocomplete url
Updated•11 years ago
|
Flags: needinfo?(markcapella)
Comment 1•11 years ago
|
||
Swiftkey board again .... :-)
I looked at swift keyboard previously in regard to a text selection related bug, and do suspect it of spurious behaviours, though this wouldn't seem to fall under that component... (more appropriate in Keyboard/IME/jchen maybe?)
In either case, I can't reproduce this on a GS3, nor on an N7 with (and without) swift keyboard, and various combinations of settings (spell-check on/off, spacebar complete yes/no, auto-cap yes/no, "search settings" set to "show/don't show" suggestions, etc) ... Can you see this on a different device?
I'm not familiar here, but looking at this bit: http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/toolbar/ToolbarEditText.java?mark=146,146#127 as possibly involved, thought it seems to behave differently on release than on nightly.
Flags: needinfo?(markcapella)
Comment 2•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
•