[webkit-reviews] review requested: [Bug 12608] Incorrect min. width calculation of a series of floats with clear:both and white-space:nowrap : [Attachment 12961] Patch including change log and layout test

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Tue Feb 6 00:00:20 PST 2007


mitz at webkit.org has asked  for review:
Bug 12608: Incorrect min. width calculation of a series of floats with
clear:both and white-space:nowrap
http://bugs.webkit.org/show_bug.cgi?id=12608

Attachment 12961: Patch including change log and layout test
http://bugs.webkit.org/attachment.cgi?id=12961&action=edit

------- Additional Comments from mitz at webkit.org
Changed
+		 if (!growForPrevious && (autoWrap || oldAutoWrap ||
clearPreviousFloat)) {
to
+		 if (!growForPrevious && (autoWrap || oldAutoWrap) ||
clearPreviousFloat) {
since the crazy quirk does not apply here.



More information about the webkit-reviews mailing list