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

In IE11 the focus of the select field is lost when scrolling through the list of options #848

Closed
elijahmanor opened this issue Mar 23, 2016 · 1 comment

Comments

@elijahmanor
Copy link
Contributor

A strange IE11 specific bug was found in the react-select component when trying to scroll through the filtered options. You don't technically have to scroll the list to see the behavior, you can just click the scrollbar as shown in the following animated gif. You'll notice the field is blurred, which causes the cursor to be lost and if you click the scrollbar again focus will be regained and you can see the cursor blinking again.

ngbfguo4op

I have a code fix and tests to address the IE bug and plan to submit a Pull Request soon. I wanted to give a heads up about the issue before I submitted the PR. Thank you for your component and the time you have invested in this project.

@JedWatson
Copy link
Owner

Fixed by #849

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