-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Dropdown closes when click on scroll in IE11 #1020
Comments
Potential regression of #495? Related issues: |
According to my research, this bug (re-)appeared with IE11 in Win7 after this security update https://support.microsoft.com/en-us/help/4040685/cumulative-security-update-for-internet-explorer |
selectize is also affected by this IE11 bug and they have probably found a fix selectize/selectize.js#1004 |
I wonder if this is already fixed with 2da6ff6 because adding tabIndex={-1} should fix it. |
Code on this line should add one more condition to fix this issue.
OR Let this line decide whether to set new state to hide menu options or to continue to show them, stop further execution of code.
|
* fix for issues JedWatson#1020 and JedWatson#2102 * updated test to fix test for input focus as componentDidUpdate would set the focus to input if the menu is open * added tests for fix JedWatson#1020 and JedWatson#2102
* fix for issues JedWatson#1020 and JedWatson#2102 * updated test to fix test for input focus as componentDidUpdate would set the focus to input if the menu is open * added tests for fix JedWatson#1020 and JedWatson#2102
Is this issue still open? (or any chance that the fix by sushant-at-nitor gets integrated?) |
just add this "onBlur" handler to the props of Select:
|
if this has been fixed (see merge above):
|
I can confirm that I have the same issue with the latest version of react-select. |
To expand on @jojo-tutor "fix-hack", you can do this if you still want your select to close when it lose focus:
But it's a dirty hack, we should find a proper fix. |
@JedWatson will this be fixed soon? |
Confirm issue with the V2 (using v2.0.0-beta-7), and tested also with v2.0.0-master Tested in the examples provided by react-select, same issue. Hope it will be resolved soon. |
@JedWatson any suggestions? |
@JedWatson @james4388 @rakid , Any updates on @rakid 's merge? This is a blocker for me and I am in need of this for my project. Please advise. Thanks, |
@JedWatson @gwyneplaine |
Any update on this? |
Hey guys! Do you have any estimates when the fix will be released? Thanks! |
+1 |
+1 |
Should be fixed in v2.1.2 thanks to PR #3013 |
It seems that it (v2.1.2 #3013 ) fixed the sync Select but not the Async one, someone would have any idea why? |
version 2.4.4 still have the same issue in IE11 -> when the list is open and you try to click on the croll the menu is close - i cant upgrade to v3 - any solution? |
Hello - In an effort to sustain the We understand this might be inconvenient but in the best interest of supporting the broader community we have to direct our efforts towards the current major version. However, if you feel this issue is still relevant and you'd like us to review it - please leave a comment and we'll do our best to get back to you! @MaximeNoulin and @aviranmz feel free to open up a new issue if it is still a problem, however note we are focusing on v3 as mentioned above. |
Works for me , |
This worked for me on version 4.3.1 |
The text was updated successfully, but these errors were encountered: