-
Notifications
You must be signed in to change notification settings - Fork 710
Backspace in URL search bar skips last character if URL autocomplete present #3892
Comments
I can still reproduce this on Nightly & Beta 8.0.1 if I turn off everything related to Gboard auto-correct. If they are on, this doesn't happen. |
@ekager did this commit fix any variation of the issue? To me this seems like an issue with the autocomplete Android component. |
I confirmed this is an android component issue, as I'm able to reproduce on the reference browser. Filed here: mozilla-mobile/android-components#1489 |
Quick question about the priority: Since this seems to be confirmed for both 8.0 and the already released 7.0.x (and I wouldn't be surprised if earlier versions too): Is this indeed a release blocker? |
@pocmo I agree and removed the label release blocker but this is still high priority. Thanks for looking into it. |
We spoke to Arturo: someone in SF will take care of this because we need to be able to test any fix on Echo Show as well. |
@vesta0 just confirming this is still a high priority? #3892 (comment) |
A patch for that landed in 0.37.0 and is going to be released today. Removing the a-c label. |
Verified as fixed on Nightly 9.0 GV 64. |
Steps to reproduce
focus-android
in Android Studio or installFirefox Focus
from the Play StoreSKIP
on the top leftmoz
into the URL search bar (the autocomplete should showilla.org
highlighted in pink)Expected behavior
The first backspace erases the
z
and the second backspace erases theo
.The URL search bar should now show
m
.Actual behavior
The first backspace skips the
z
and the second backspace erases theo
.The URL search bar now shows
mz
.Device information
Extra information
Would you like to turn on search suggestions?
pop up byFirefox Focus
is there and left untouched.Different but related to closed issue #778 and closed pull request #2304
Video: https://drive.google.com/file/d/1vlAPMb1N7O1MdVOzL80ZWMq_mNoCRwB1/view?usp=sharing
The text was updated successfully, but these errors were encountered: