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 in Safari 10.x is massively broken #3098

Closed
intellix opened this issue Jan 8, 2017 · 5 comments
Closed

Flex in Safari 10.x is massively broken #3098

intellix opened this issue Jan 8, 2017 · 5 comments

Comments

@intellix
Copy link

intellix commented Jan 8, 2017

For the past few days I've been fighting issues with flex in Safari 10

flex-wrap works in 10.1 but not 10.0: http://codepen.io/intellix/pen/egpOqK
It struggles to calculate heights in both 10.0 and 10.1: http://codepen.io/intellix/pen/egNEJN

After spending a multitude of hours on issues with Flex in Safari this weekend, I'd go as far as to say it's only "Partially supported" although I'm not sure how that's defined here.

@Schweinepriester
Copy link
Contributor

Are those maybe covered by https://github.com/philipwalton/flexbugs?

@inooid
Copy link

inooid commented Jan 12, 2017

@intellix For the first link: It is broken because you're using the short-hand syntax for flex-grow. In safari you either have to use the full syntax: flex: 1 1 auto; or specifically set flex-grow: 1.

@Zefling
Copy link

Zefling commented Jan 28, 2018

flex-direction:column is also broken before Safari 11.0.
On my project, all flex-direction:column are replace by display:block only for Safari (but we lost order).

@BenjaminHoegh
Copy link

Try to test the browsers support of the CSS3 Flexbox here: http://css3test.com/

@Fyrd
Copy link
Owner

Fyrd commented Jul 3, 2020

Since this info mostly refers to older versions of Safari and is covered by https://github.com/philipwalton/flexbugs I'm closing this issue.

@Fyrd Fyrd closed this as completed Jul 3, 2020
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

6 participants