[Webkit-unassigned] [Bug 148732] Web Inspector: Reloading the page causes the inspector tab to switch back to "Resources" tab

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 24 21:46:36 PDT 2015


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

--- Comment #5 from Joseph Pecoraro <joepeck at webkit.org> ---
* STEPS TO REPRODUCE
1. Inspect about:blank
2. Select any non-Inspector tab
3. Evaluate: "//# sourceURL=test.js" in the console to create an "Extra Script"
4. Reload
  => switches to Resources tab.

* NOTES
=> WebInspector.DebuggerManager.Event.ScriptsCleared event is fired
  => ResourceSidebarPanel._scriptsCleared
    => SpecialFolder.removeChild
      => removeChild does not suppress select, newly selected tree element gets select
        => showContentView switches tab

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150925/0f77b353/attachment-0001.html>


More information about the webkit-unassigned mailing list