flexbugs icon indicating copy to clipboard operation
flexbugs copied to clipboard

Safari bug 136041 (issue #11) possibility fixed

Open SimplyPhy opened this issue 8 years ago • 7 comments

The issue has been confirmed resolved by Apple.

https://bugs.webkit.org/show_bug.cgi?id=136041

SimplyPhy avatar Nov 29 '16 16:11 SimplyPhy

I did provide a PR for caniuse already: https://github.com/Fyrd/caniuse/pull/3021

mkurz avatar Nov 29 '16 16:11 mkurz

+1

Schweinepriester avatar Dec 07 '16 18:12 Schweinepriester

Thanks, please ping this issue once it's released in Safari.

philipwalton avatar Feb 09 '17 01:02 philipwalton

As far as I can tell, the patch only fixes min-width and not max-width. 😒

thejamespower avatar Feb 09 '17 10:02 thejamespower

Currently, in Safari Technology Preview, this pen: http://codepen.io/philipwalton/pen/BNrGwN no longer demonstrates the bug.

morganfeeney avatar Feb 12 '17 08:02 morganfeeney

Can someone check if it fixes max-width?

mkurz avatar Feb 21 '17 08:02 mkurz

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.

SelenIT avatar Dec 21 '17 14:12 SelenIT