Bug 28115 - Inspector: Console Drawer is Toggling instead of Staying Open
Summary: Inspector: Console Drawer is Toggling instead of Staying Open
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-08 15:15 PDT by Joseph Pecoraro
Modified: 2009-08-11 12:37 PDT (History)
2 users (show)

See Also:


Attachments
Ensure The Drawer stays Open (1.90 KB, patch)
2009-08-08 15:18 PDT, Joseph Pecoraro
timothy: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2009-08-08 15:15:04 PDT
This is a regression. Typically when using the hotkey or clicking the error/warnings icon the console is forced open, but now if it is open these actions will toggle the console closed.
Comment 1 Joseph Pecoraro 2009-08-08 15:18:42 PDT
Created attachment 34403 [details]
Ensure The Drawer stays Open

A new method Drawer.showView(view) ensures that:
  - The drawer will be open
  - The provided view will be showing
Comment 2 Eric Seidel (no email) 2009-08-11 12:37:45 PDT
Comment on attachment 34403 [details]
Ensure The Drawer stays Open

Clearing review flag on attachment: 34403

Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/inspector/front-end/Drawer.js
	M	WebCore/inspector/front-end/inspector.js
Committed r47049
	M	WebCore/ChangeLog
	M	WebCore/inspector/front-end/inspector.js
	M	WebCore/inspector/front-end/Drawer.js
r47049 = 5847ea6bf7fc1d9f761b3363a847a0978fc69389 (trunk)
No changes between current HEAD and refs/remotes/trunk
Resetting to the latest refs/remotes/trunk
http://trac.webkit.org/changeset/47049
Comment 3 Eric Seidel (no email) 2009-08-11 12:37:48 PDT
All reviewed patches have been landed.  Closing bug.