Bug 59438

Summary: Web Inspector: [Chromium] Detailed heap snapshot grid columns are not resizable until the Inspector window is resized
Product: WebKit Reporter: Mikhail Naganov <mnaganov>
Component: Web Inspector (Deprecated)Assignee: Mikhail Naganov <mnaganov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch pfeldman: review+, mnaganov: commit-queue-

Description Mikhail Naganov 2011-04-26 01:59:54 PDT
This is due to a missing call to DataGrid.updateWidths() -- one liner fix.
Comment 1 Mikhail Naganov 2011-04-26 02:02:19 PDT
Created attachment 91083 [details]
patch
Comment 2 Mikhail Naganov 2011-04-26 02:42:52 PDT
Manually committed http://trac.webkit.org/changeset/84898

2011-04-26  Mikhail Naganov  <mnaganov@chromium.org>

        Reviewed by Pavel Feldman.

        Web Inspector: [Chromium] Fix columns resizing in the detailed heap snapshot grids.
        https://bugs.webkit.org/show_bug.cgi?id=59438

        * inspector/front-end/DetailedHeapshotView.js:
        (WebInspector.DetailedHeapshotView.prototype._changeView):