mozilla-mobile / focus-ios

⚠️ Firefox Focus (iOS) has moved to a new repository. It is now developed and maintained as part of: https://github.com/mozilla-mobile/firefox-ios
Mozilla Public License 2.0
1.26k stars 262 forks source link

Predictive Inputs from Gboard incorrectly passed into the Omnibar #771

Closed cbzehner closed 2 years ago

cbzehner commented 6 years ago

I'm using Gboard as my keyboard and in a couple cases when I select a word from the keyboard prediction the third letter is incorrectly removed.

For example, when selecting "pioneer" from the keyboard "pineer" gets entered into the omni box instead.

When I select "pioneer" 24323962_10209834279043068_2055796446_o

I end up with "pineer" instead! 24474660_10209834279083069_121583856_o

This might be related to the issue I'm seeing in https://github.com/mozilla-mobile/focus-ios/issues/770

Using an iPhone 8 Plus with iOS 11.2

boek commented 6 years ago

Hey @cbzehner, definitely interesting. I think you're right with it being related to #770.

oliviabrown9 commented 6 years ago

This appears to be an issue with AutocompleteTextField (https://github.com/mozilla-mobile/AutocompleteTextField). Disabling autocomplete in Focus resolves the issue. (CC: @boek)

st3fan commented 2 years ago

Maybe the same as #2192 ? Let's test this when that PR has landed.