Bug 64161

Summary: Web Inspector: Resizing sidebar pane in Timeline and Profile panels can cause overlapping of status bar buttons
Product: WebKit Reporter: Mikhail Naganov <mnaganov>
Component: Web Inspector (Deprecated)Assignee: Mikhail Naganov <mnaganov>
Status: RESOLVED FIXED    
Severity: Normal CC: mnaganov
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch pfeldman: review+, mnaganov: commit-queue-

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):