Bug 110106

Summary: Web Inspector: Disable hiding the debugger when it is below the source code
Product: WebKit Reporter: Vladislav Kaznacheev <kaznacheev>
Component: Web Inspector (Deprecated)Assignee: Vladislav Kaznacheev <kaznacheev>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch pfeldman: review+

Description Vladislav Kaznacheev 2013-02-18 05:41:17 PST
The recently added option to split the sources panel horizontally does not play well with the button that shows/hides the sidebar. The proposed solution:
1. Hide this button when the "Split horizontally" option is checked.
2. Force-show the sidebar if the sidebar is hidden and "Split horizontally" is clicked.
Comment 1 Vladislav Kaznacheev 2013-02-18 05:46:23 PST
Created attachment 188861 [details]
Patch
Comment 2 Vladislav Kaznacheev 2013-02-18 05:58:59 PST
Created attachment 188867 [details]
Patch
Comment 3 Pavel Feldman 2013-02-18 08:56:03 PST
Committed r143227: <http://trac.webkit.org/changeset/143227>