[Webkit-unassigned] [Bug 11597] New: Float or clearing bug modifies the width of following div

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 14 13:10:53 PST 2006


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

           Summary: Float or clearing bug modifies the width of following
                    div
           Product: WebKit
           Version: 419.x
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P1
         Component: CSS
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: sorin.ionescu at gmail.com


It renders properly in FF 2.0, IE 6.0/7.0, Opera 9.02.  It does not render well
in the latest Safari 2.0.2.

I have posted a zip containing the mockup, the code, and a workaround:
http://www.savefile.com/files/251106

The bug is caused by "#shop-menu {float: right;}" in global-screen.css line 91.

Setting it to "float: left;" and adding a left margin still causes it.
The workaround was to use "display: inline" and a left margin for the
"#shop-menu".

It does not render #product-showcase at 59em.  It renders it at a much smaller
width making the lists drop down.


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