Bug 64161 - Web Inspector: Resizing sidebar pane in Timeline and Profile panels can cause overlapping of status bar buttons
Summary: Web Inspector: Resizing sidebar pane in Timeline and Profile panels can cause...
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-07-08 05:18 PDT by Mikhail Naganov
Modified: 2011-07-11 05:00 PDT (History)
1 user (show)

See Also:


Attachments
patch (2.17 KB, patch)
2011-07-08 05:21 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-07-08 05:18:34 PDT
This happens because the minimum width is less than the width of the buttons strip.
Comment 1 Mikhail Naganov 2011-07-08 05:21:08 PDT
Created attachment 100108 [details]
patch
Comment 2 Mikhail Naganov 2011-07-11 05:00:25 PDT
Manually committed http://trac.webkit.org/changeset/90735

2011-07-08  Mikhail Naganov  <mnaganov@chromium.org>

        Web Inspector: Fix resizing of sidebar pane in Timeline and Profile panels.
        https://bugs.webkit.org/show_bug.cgi?id=64161

        Reviewed by Pavel Feldman.

        * inspector/front-end/ProfilesPanel.js:
        (WebInspector.ProfilesPanel.prototype.updateMainViewWidth):
        * inspector/front-end/TimelineOverviewPane.js:
        (WebInspector.TimelineOverviewPane.prototype.updateMainViewWidth):