[Webkit-unassigned] [Bug 18065] New: Problem with calculation of elements with percentage-width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 25 06:54:19 PDT 2008


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

           Summary: Problem with calculation of elements with percentage-
                    width
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
               URL: http://www.brunildo.org/test/percwidth2.pl
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sindre at identu.no


I discovered this problem because I it's a nasty bug in Opera. When testing out
I found an inconsistency in webkit to. Check the following example:

<div style="width: 1000px; background: #CCC">
  <div style="background: #00f; width: 509px;"> </div>
  <div style="background: #00f; width: 50.9%;"> </div>
</div>

I believe that the second inner div should also display as 509px wide.

The link attached also shows the bug. Link is not mine, but made to illustrate
opera-problem, so let's hope it stays up for you to see.


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