flexbugs
flexbugs copied to clipboard
Safari bug 136041 (issue #11) possibility fixed
The issue has been confirmed resolved by Apple.
https://bugs.webkit.org/show_bug.cgi?id=136041
I did provide a PR for caniuse already: https://github.com/Fyrd/caniuse/pull/3021
+1
Thanks, please ping this issue once it's released in Safari.
As far as I can tell, the patch only fixes min-width and not max-width. 😒
Currently, in Safari Technology Preview, this pen: http://codepen.io/philipwalton/pen/BNrGwN no longer demonstrates the bug.
Can someone check if it fixes max-width?
It seems that at least Safari 10.1.2 takes into account max-width
set in length units (at least px
and vw
), but still ignores max-width
set as a percentage.