-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
Description
Version
2.4.2
Reproduction link
http://jsfiddle.net/zjsuzqgu/15/
Steps to reproduce
This issue only occurs in Internet Exporer 11 on textareas and input fields when using v-model binding.
- Open the http://jsfiddle.net/zjsuzqgu/15/ with IE 11
- Quickly enter text into the second textarea (maybe you should press 3 buttons at same time)
We used a barcode scanner to enter the texts, but its also possible to reproduce it with the keyboard.
We also recognized that it happens more often on slow machines
What is expected?
All keys are recognized
What is actually happening?
Some letters are missing randomly
We made a video of this behaviour: https://youtu.be/w-IYuPBGdR0
You could reproduce this even on the vuejs page https://vuejs.org/v2/guide/forms.html#Text
I just added a v-on:input to the textarea to see whats logged there.
The result was
A
A
AC
AC
The B was never recognized even in input event
I also changed the intercharacter delay of the scanner from 1 ms to 25 ms without success