[Webkit-unassigned] [Bug 71884] New: DIV in deeply nested grid does not calculate width properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 03:38:42 PST 2011


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

           Summary: DIV in deeply nested grid does not calculate width
                    properly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: noelgrandin at gmail.com


This file is supposed to be rendered as a sortable table (i.e. a grid)

For example, open this file up in Chrome, turn on the developer tools, and dig down
through the element hierarchy until you reach the second row in the grid,
and look at the column with the text "Frozen" in it.

This DIV looks like this:
  <div id="grid1.data.item:1.item:7" 
  class="active-templates-text active-row-cell active-grid-column active-list-item active-column-7 khtml" 
  onclick="dispatch(event,this)">Frozen</div>

Now look at the Matched CSS Rules panel.
The final width of this element should be "110px", but it doesn't seem to rendering that way.

By my calculations it is about 44 pixels wide.
See the attached screen shot.

Confirmed bug in Safari 5.1.1
Confirmed bug in Chrome 15.0.874.106 m
Tried to confirm in WebKit nightly (r99650 09 November 2011) but it crashes on the test website.

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