You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "debouncing scenario" (async lookup of suggestions) is broken in Internet Explorer.
When you quickly type a word, some letters get "swallowed".
ie. You type "computer" but the input finally only shows "coputr".
To make the bug more obvious, set the debounce time to 100 ms on line 113.
In my tests, the bug only appears in IE. I could not reproduce it in Chrome or Firefox.
I tested in IE 11.
I detected the bug in [email protected].
I updated to [email protected] and can still reproduce the bug.
The text was updated successfully, but these errors were encountered:
The "debouncing scenario" (async lookup of suggestions) is broken in Internet Explorer.
When you quickly type a word, some letters get "swallowed".
ie. You type "computer" but the input finally only shows "coputr".
I could easily reproduce the bug with the "official" plunkr:
http://codepen.io/moroshko/pen/KVaGJE
To make the bug more obvious, set the debounce time to 100 ms on line 113.
In my tests, the bug only appears in IE. I could not reproduce it in Chrome or Firefox.
I tested in IE 11.
I detected the bug in [email protected].
I updated to [email protected] and can still reproduce the bug.
The text was updated successfully, but these errors were encountered: