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

[IE11] Wrong Result if used with CSS Grid Layout #55

Open
gisu opened this issue Jul 27, 2018 · 2 comments
Open

[IE11] Wrong Result if used with CSS Grid Layout #55

gisu opened this issue Jul 27, 2018 · 2 comments

Comments

@gisu
Copy link

gisu commented Jul 27, 2018

Currently I use CSS Grids in combination with the Prolyfill. IE10 - Edge 15 in the old CSS specification. The problem is that the Polyfill behaves incorrectly with elements within the CSS grid layout. IE10 to Edge 15 simply trigger the conditions, it looks like the Polyfill uses the dimensions of the container outside the CSS grid.

If I switch to Flexbox for testing, the Prolyfill behaves regularly.

@ausi
Copy link
Owner

ausi commented Jul 28, 2018

CSS grid layout is currently not fully supported, see #11

Can you provide a reduced test case of your usage?

@gisu
Copy link
Author

gisu commented Jul 28, 2018

On Edge, Chrome, Safari, Firefox this works without problems. Only IE11 causes problems. Example I have attached unfortunately denied codepen as well as the codesandbox the service at IE11.

In the example, a component is embedded in a grid box.

https://codesandbox.io/s/k2pyrm353o

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