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

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


mitz at webkit.org has cancelled mitz at webkit.org's request 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 12931: Patch including change log and layout test
http://bugs.webkit.org/attachment.cgi?id=12931&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