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

Debouncing is broken in IE #262

Closed
jbandi opened this issue Oct 6, 2016 · 1 comment
Closed

Debouncing is broken in IE #262

jbandi opened this issue Oct 6, 2016 · 1 comment

Comments

@jbandi
Copy link

jbandi commented Oct 6, 2016

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.

@moroshko
Copy link
Owner

moroshko commented Oct 7, 2016

This is probably the reason: facebook/react#7027 - this should be fixed in React 16.

I don't think we can do much in this library, so closing for now with the hope that React 16 will be released soon.

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

2 participants