[Webkit-unassigned] [Bug 27263] WebInspector: show last opened panel when invoking inspector.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 17:11:39 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27263


Joseph Pecoraro <joepeck02 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck02 at gmail.com




--- Comment #4 from Joseph Pecoraro <joepeck02 at gmail.com>  2009-07-14 17:11:38 PDT ---
After this was applied I got a small error when I open the Inspector with the
⌥⌘C shortcut that opens the console.

TypeError: Result of expression 'WebInspector.currentPanel' [undefined] is not
a valid argument for 'in'.

That comes from Console.js, at approx line 87:
http://trac.webkit.org/browser/trunk/WebCore/inspector/front-end/Console.js#L59

  function animationFinished()
  {
      if ("updateStatusBarItems" in WebInspector.currentPanel)
          WebInspector.currentPanel.updateStatusBarItems();
      WebInspector.currentFocusElement = this.promptElement;
      delete this._animating;
  }

I think that has to do with the fact that a "this.currentPanel" was deleted in
this patch.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list