Input form adds extra characters when, submitting a data from a suggested list
Categories
(GeckoView :: IME, defect, P3)
Tracking
(Not tracked)
People
(Reporter: webVerts, Unassigned)
Details
Attachments
(1 file)
2.59 MB,
video/mp4
|
Details |
Steps to reproduce:
Note: You can only notice this issue when using a real device and not on any emulated platforms.
Visit this website https://twitter.github.io/typeahead.js/examples/, and go to the example 1(The Basics)
Steps
Example A
1: Type the complete word "colorado".
2: Suggestion list appears, and click on "Colorado". (Notice the capitalization, on selecting).
3: Click enter.
Result: The content the form becomes: Coloradocolorado
Example 2:
1: Type "new jersey".
2: Select "New Jersey" from the suggested list.
3: Click enter
Result: Form data becomes "New Jerseyjersey"
In both the cases the added word was the last input word.(colorado for ex1 & jersey for ex2)
Actual results:
Result:
Example 1: Form data becomes Coloradocolorado
Example 2: Form data becomes New Jerseyjersey
Expected results:
Example 1: Colorado
Example 2: New Jersey
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:jonalmeida, could you have a look please?
For more information, please visit BugBot documentation.
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Although It depends on keyboard, are you use GBoard? When upgrading it to newest, could you still reproduce this?
I was using OpenBoard when I reported the issue. I didn't know the keyboard had a role to play.
With the latest GBoard the issue is not reproducible. Though in the above example for a milli second it displays the placeholder text. But not an issue as in the end desired result is displayed.
Description
•