[Webkit-unassigned] [Bug 12114] New: Clearing a float with an element that floats causes problem with next float in the opposite direction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 4 13:33:43 PST 2007


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

           Summary: Clearing a float with an element that floats causes
                    problem with next float in the opposite direction
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://level39.com/clearing-bug/
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dan at level39.com


If you have an element set to float:right; and you follow it with another
element set to clear:right; float:right; and then follow those first two
elements with a third element set to float:left; the third element will not
float next to the first element, even though it is not being cleared.

This bug is also present when the float directions are reversed from the
example described above.


-- 
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