[Webkit-unassigned] [Bug 50006] New: Webkit underflows % widths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 24 00:07:49 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50006

           Summary: Webkit underflows % widths
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://sandbox.thewikies.com/float-bugs/
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jonathantneal at hotmail.com


Created an attachment (id=74728)
 --> (https://bugs.webkit.org/attachment.cgi?id=74728&action=review)
Screenshot of the underflow taken from Chrome 7.0.517.44

I setup a layout with two columns.  The layout has a width of 1001px.  The columns have a width of 50%.

The later column doesn't take up enough space on the right in Chrome7 and Safari5 because of (what appears to be) a 1px underflow.  It appears to be that Chrome is rounding down the value of the % (eg both columns at a width of 500px) which leaves a last float looking a pixel short.

This reminds me of the IE6/7 pixel overflow issue, where IE6/7 was rounding up the value of the % (eg both columns at a width of 501px) which caused the last float to stack.

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



More information about the webkit-unassigned mailing list