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

Does not render in IE11 #1352

Closed
chrisdhanaraj opened this issue Jun 23, 2017 · 7 comments
Closed

Does not render in IE11 #1352

chrisdhanaraj opened this issue Jun 23, 2017 · 7 comments

Comments

@chrisdhanaraj
Copy link

chrisdhanaraj commented Jun 23, 2017

Hey guys, just piping it with a new IE11 bug. Installing storybook on-top of create-react-app (or any existing React application) does not work in IE11. The side pane (with the iframe) does not render.

image

@usulpro
Copy link
Member

usulpro commented Jun 23, 2017

confirm!
no console output, DOM nodes are all present, possible style problem?

@chrisdhanaraj
Copy link
Author

Yeah, all the DOM nodes are present but trying to wade it in there to make it visible has been pretty futile over here

@samkelleher
Copy link

It looks like a CSS issue? with the classes SplitPane vertical which wraps the middle view. Pane2 has no height and is what wraps the view, hence it doesn't appear.

@usulpro
Copy link
Member

usulpro commented Jun 28, 2017

Looks like it´s more react-split-pane issue. There is a demo page http://react-split-pane.surge.sh/ and it also doesn´t work in IE.

@usulpro
Copy link
Member

usulpro commented Jun 28, 2017

@psimyn
Copy link
Member

psimyn commented Jul 10, 2017

This looks fixed since react-split-panel version 0.1.64

screen shot 2017-07-10 at 2 05 22 pm copy

@trevoreyre
Copy link
Contributor

I agree with @psimyn, it looks like this is fixed. Tested in IE 11 on Windows 8.1. @ndelangen, I think this issue can be closed.

screen shot 2017-08-03 at 10 53 59 am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants