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] 'wrap-reverse' renders without implicit 'align-items:flex-end' #13

Closed
fspoettel opened this issue Mar 19, 2015 · 3 comments · Fixed by #16
Closed

[IE11] 'wrap-reverse' renders without implicit 'align-items:flex-end' #13

fspoettel opened this issue Mar 19, 2015 · 3 comments · Fixed by #16

Comments

@fspoettel
Copy link
Contributor

All tested browsers render wrap-reverse with implicit align-items: flex-end. IE 10/11 renders wrap-reversewith an implicit align-items: flex-start

Testcase

Workaround

  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
    align-items: flex-end;
}

Bug ReportFlexbugs

@fspoettel fspoettel added the bug label Mar 19, 2015
@fspoettel fspoettel added this to the 1.0.0 milestone Mar 19, 2015
@fspoettel fspoettel changed the title IE10/11 + wrap-reverse IE11 Flexbox Bug: 'wrap-reverse' renders without implicit 'align-items:flex-end' Mar 20, 2015
@fspoettel fspoettel changed the title IE11 Flexbox Bug: 'wrap-reverse' renders without implicit 'align-items:flex-end' [IE11] 'wrap-reverse' renders without implicit 'align-items:flex-end' Mar 20, 2015
@fspoettel
Copy link
Contributor Author

@renatocarvalho Should the fix be in hagrid or should a note be added in the readme?

@renatocarvalho
Copy link
Member

@felics I would keep the fix in hashgrid for now. Would be nice to add a comment about the workaround to hagrid code and as soon as they fix this (if they fix) we can cleanup the code.

@fspoettel
Copy link
Contributor Author

The fix is not yet in master, have it working in a branch though and will send a PR asap. 0.9.x got rid of all vendor-specific conditionals (FF 26-, Opera 12-), it is sad having to merge in conditionals once again 😿 Admittedly though, it is an edge case

fspoettel pushed a commit that referenced this issue Mar 23, 2015
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

Successfully merging a pull request may close this issue.

2 participants