Bug 59438 - Web Inspector: [Chromium] Detailed heap snapshot grid columns are not resizable until the Inspector window is resized
Summary: Web Inspector: [Chromium] Detailed heap snapshot grid columns are not resizab...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Mikhail Naganov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-26 01:59 PDT by Mikhail Naganov
Modified: 2011-04-26 02:42 PDT (History)
10 users (show)

See Also:


Attachments
patch (1.27 KB, patch)
2011-04-26 02:02 PDT, Mikhail Naganov
pfeldman: review+
mnaganov: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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):