[Webkit-unassigned] [Bug 74303] New: Web Inspector: [Regression] Network log table rows get incorrect height after toggling large resource rows.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 12 08:58:23 PST 2011


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

           Summary: Web Inspector: [Regression] Network log table rows get
                    incorrect height after toggling large resource rows.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vsevik at chromium.org
                CC: timothy at apple.com, jchaffraix at webkit.org,
                    rik at webkit.org, keishi at webkit.org, pmuellr at yahoo.com,
                    joepeck at webkit.org, pfeldman at chromium.org,
                    yurys at chromium.org, bweinstein at apple.com,
                    apavlov at chromium.org, loislo at chromium.org


Steps to reproduce:

1) Open inspector's network panel
2) Load some web page, make sure network log does not have scroll yet (just 1-3 requests)
3) Toggle large resource rows (in the bottom toolbar press fourth button)

This was caused by http://trac.webkit.org/changeset/99212.

Notes: pressing this button adds "small" class to table's container (".data-grid"). Essentially this button switches between following style rules:

.network-log-grid.data-grid td {
    height: 37px;
}

.network-log-grid.data-grid.small td {
    height: 17px;
}

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