Bug 110106 - Web Inspector: Disable hiding the debugger when it is below the source code
Summary: Web Inspector: Disable hiding the debugger when it is below the source code
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: Vladislav Kaznacheev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-18 05:41 PST by Vladislav Kaznacheev
Modified: 2013-02-18 08:56 PST (History)
8 users (show)

See Also:


Attachments
Patch (3.33 KB, patch)
2013-02-18 05:46 PST, Vladislav Kaznacheev
no flags Details | Formatted Diff | Diff
Patch (3.70 KB, patch)
2013-02-18 05:58 PST, Vladislav Kaznacheev
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>