RESOLVED FIXED Bug 59438
Web Inspector: [Chromium] Detailed heap snapshot grid columns are not resizable until the Inspector window is resized
https://bugs.webkit.org/show_bug.cgi?id=59438
Summary Web Inspector: [Chromium] Detailed heap snapshot grid columns are not resizab...
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.