Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug on Android Web. Input Value duplicates when typing too fast between input fields. #127

Open
c4b4d4 opened this issue Nov 30, 2021 · 0 comments

Comments

@c4b4d4
Copy link

c4b4d4 commented Nov 30, 2021

I've found that when you have several <input> elements and you start typing pretty fast between them, the input suddenly gets filled with the value of the previously modified <input>.

This behaviour has only been seen in Android devices. It has also been spotted in <textarea> elements.

I'm attaching a video so you can understand better what's happening. There are no libraries running on the code, just pure raw <input> input elements.

20211130_143949.mp4

As you can see I'm typing pretty fast and switching between input elements, when changed to the next input element, all of the previous input's value gets copied and placed on the new focused input element.

Has anyone encountered this behaviour? Is there a workaround for this? I can tell it's a bug.

I'm using:

Phone Model: Motorola One Macro
Android Version: Android 10
Chrome Version: 96.0.4664.45

But this behaviour has also been seen in other Android devices.

Note: Hope this is the right place to report this issue. If not let me know where would it best.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant