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

Breaking error in IE 8 #841

Closed
ladas-larry opened this issue Mar 18, 2016 · 2 comments
Closed

Breaking error in IE 8 #841

ladas-larry opened this issue Mar 18, 2016 · 2 comments

Comments

@ladas-larry
Copy link

virtualbox_ie8 - win7_18_03_2016_10_50_19

How to replicate this issue

  1. run Windows 7 with IE 8 on VirtualBox https://dev.windows.com/en-us/microsoft-edge/tools/vms/
  2. clone this repo https://github.com/Dharmoslap/react-select
  3. run "npm start" and open http://10.0.2.2 in IE 8
  4. try to select different options and the error will appear

However it's not fancy at all, I still need to support IE 8 for a few more months.

Thanks

@ladas-larry
Copy link
Author

It seems to be React related issue, so I created the same one in React repository as well.
facebook/react#6291
Do you know how to run unconcatenatded library inside your stack, to provide more information about the error?

@gaearon
Copy link

gaearon commented Mar 20, 2016

Please see facebook/react#6291 (comment). It is not a React-related issue. IE8 doesn’t support isEqualNode() which is used in

if (this.refs.menu && document.activeElement.isEqualNode(this.refs.menu)) {
.

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