<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: Reloading the page causes the inspector tab to switch back to "Resources" tab"
href="https://bugs.webkit.org/show_bug.cgi?id=148732#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Web Inspector: Reloading the page causes the inspector tab to switch back to "Resources" tab"
href="https://bugs.webkit.org/show_bug.cgi?id=148732">bug 148732</a>
from <span class="vcard"><a class="email" href="mailto:joepeck@webkit.org" title="Joseph Pecoraro <joepeck@webkit.org>"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
<pre>* 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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>