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-

Mikhail Naganov
Reported 2011-04-26 01:59:54 PDT
This is due to a missing call to DataGrid.updateWidths() -- one liner fix.
Attachments
patch (1.27 KB, patch)
2011-04-26 02:02 PDT, Mikhail Naganov
pfeldman: review+
mnaganov: commit-queue-
Mikhail Naganov
Comment 1 2011-04-26 02:02:19 PDT
Mikhail Naganov
Comment 2 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):
Note You need to log in before you can comment on or make changes to this bug.