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

Flex is no longer applied to Pane in IE11 after a child dependency update #207

Open
SamuelBeliveau opened this issue May 25, 2017 · 9 comments

Comments

@SamuelBeliveau
Copy link

bowser, which is a dependency of inline-style-prefixer has been updated to 1.7.0, which breaks the splitpane in IE11.

From what I'm seeing, the flex style is no longer applied to one of the panels.

If I rollback bowser to 1.6.1, it fixes the issue.

I posted here since I don't know at what level the problem is.

@nuwanc
Copy link

nuwanc commented Jun 8, 2017

Not sure I am facing the same issue. for me split pane is not visible in IE11. is it the same to you also?

@skarjalainen
Copy link

bowser version 1.6.1 fixed all issues with IE11 for me too.

@cdtinney
Copy link

cdtinney commented Jun 8, 2017

1.6.1 also fixed it for me. I just installed via npm install [email protected] --save --save-exact.

Is this an OK approach or is there a better way to override the nested dependency?

@StephenMayeux
Copy link

Can confirm. Downgrading bowser to 1.6.1 did the trick for me as well.

@nayaabh
Copy link

nayaabh commented Jun 28, 2017

Downgrading to [email protected] in my main project worked for me as well.

@georgeOsdDev
Copy link
Contributor

In my case, 'WebKit' prefix is used for flex style even if I'm using IE 11.
I hope #211 will fix this issue.

@georgeOsdDev
Copy link
Contributor

#211 with [email protected] works well with IE11.

oshidatakeharu at oshida in ~/Project/github/react-split-pane (patch/207●)
$ git branch
  master
* patch/207

oshidatakeharu at oshida in ~/Project/github/react-split-pane (patch/207●)
$ npm ls bowser
[email protected] /Users/oshidatakeharu/Project/github/react-split-pane
└─┬ [email protected]
  └── [email protected]

@sarahwalther
Copy link

This is also an issue for us. We haven't had a chance to test the branch above.

@jwickens
Copy link

I can confirm that upgrading to react-split-pane 0.1.65 fixed the issue

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

9 participants