[Webkit-unassigned] [Bug 12608] Incorrect min. width calculation of a series of floats with clear:both and white-space:nowrap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 6 00:00:21 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12608


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12961|                            |review?
               Flag|                            |
  Attachment #12931|0                           |1
        is obsolete|                            |
  Attachment #12931|review?                     |
               Flag|                            |




------- Comment #3 from mitz at webkit.org  2007-02-06 00:00 PDT -------
Created an attachment (id=12961)
 --> (http://bugs.webkit.org/attachment.cgi?id=12961&action=view)
Patch including change log and layout test

Changed
+                if (!growForPrevious && (autoWrap || oldAutoWrap ||
clearPreviousFloat)) {
to
+                if (!growForPrevious && (autoWrap || oldAutoWrap) ||
clearPreviousFloat) {
since the crazy quirk does not apply here.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list