Skip to content

IE11: Keystrokes missing if v-model is used #6466

@ckittelmann

Description

@ckittelmann

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.

  1. Open the http://jsfiddle.net/zjsuzqgu/15/ with IE 11
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions