RESOLVED FIXED 172622
Web Inspector: Reloading the page after switching from the Resource tab switches back
https://bugs.webkit.org/show_bug.cgi?id=172622
Summary Web Inspector: Reloading the page after switching from the Resource tab switc...
Devin Rousso
Reported 2017-05-25 16:42:04 PDT
* STEPS TO REPRODUCE 1. Inspect <https://webkit.org> 2. Show the Resources tab 3. Show the Console tab 4. Cmd+R to reload the page * EXPECTED Console tab stays visible * ACTUAL Debugger tab is shown
Attachments
Patch (1.55 KB, patch)
2017-05-25 16:45 PDT, Devin Rousso
joepeck: review+
Patch (2.98 KB, patch)
2017-05-26 13:36 PDT, Devin Rousso
no flags
Devin Rousso
Comment 1 2017-05-25 16:45:10 PDT
Joseph Pecoraro
Comment 2 2017-05-26 13:25:21 PDT
Comment on attachment 311316 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=311316&action=review > Source/WebInspectorUI/UserInterface/Views/ResourceSidebarPanel.js:433 > + if (!this.visible) > + return; Why don't other sidebars do this as well? Storage does. But why not Debugger/Search? I suggest solving it for other tabs as well before it pops up on them. Great sleuthing.
Devin Rousso
Comment 3 2017-05-26 13:36:41 PDT
WebKit Commit Bot
Comment 4 2017-05-26 14:14:36 PDT
Comment on attachment 311370 [details] Patch Clearing flags on attachment: 311370 Committed r217505: <http://trac.webkit.org/changeset/217505>
WebKit Commit Bot
Comment 5 2017-05-26 14:14:41 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2017-05-30 20:21:07 PDT
Note You need to log in before you can comment on or make changes to this bug.