RESOLVED FIXED 106617
Setting width overrides intrinsic min-width/max-width on flexboxes and their subclasses
https://bugs.webkit.org/show_bug.cgi?id=106617
Summary Setting width overrides intrinsic min-width/max-width on flexboxes and their ...
Ojan Vafai
Reported 2013-01-10 16:38:04 PST
Setting width overrides intrinsic min-width/max-width on flexboxes and their subclasses
Attachments
Patch (29.45 KB, patch)
2013-01-10 16:41 PST, Ojan Vafai
tony: review+
Ojan Vafai
Comment 1 2013-01-10 16:41:48 PST
Tony Chang
Comment 2 2013-01-11 13:56:25 PST
Comment on attachment 182225 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=182225&action=review > Source/WebCore/ChangeLog:9 > + classes that override computePrefferedLogicalWidths so that RenderBox can use Preffered -> Preferred > Source/WebCore/rendering/RenderBox.cpp:2064 > + if (logicalWidth.type() == FillAvailable) > + return logicalWidthResult; > + > + if (widthType == MainOrPreferredSize && sizesLogicalWidthToFitContent(widthType)) I see, you're saying that sizesLogicalWidthToFitContent doesn't make sense for min-width or max-width, right? I would probably have kept the != FillAvailable in the same condition, but this seems OK too.
Ojan Vafai
Comment 3 2013-01-11 18:22:51 PST
Note You need to log in before you can comment on or make changes to this bug.