RESOLVED FIXED 172663
Web Inspector: Existing query in Search tab doesn't perform search on reload
https://bugs.webkit.org/show_bug.cgi?id=172663
Summary Web Inspector: Existing query in Search tab doesn't perform search on reload
Devin Rousso
Reported 2017-05-26 13:40:20 PDT
* STEPS TO REPRODUCE 1. Inspect <https://webkit.org> 2. Search for "div" via the search bar 3. The results are shown in the search tab 4. Cmd+R to reload the page * EXPECTED The search is re-performed on reload * ACTUAL No results for the search are shown
Attachments
Patch (7.04 KB, patch)
2017-05-26 16:08 PDT, Devin Rousso
no flags
[Image] After Patch is applied (297.67 KB, image/png)
2017-05-26 16:08 PDT, Devin Rousso
no flags
Devin Rousso
Comment 1 2017-05-26 16:08:37 PDT
Devin Rousso
Comment 2 2017-05-26 16:08:46 PDT
Created attachment 311393 [details] [Image] After Patch is applied
Timothy Hatcher
Comment 3 2017-06-02 10:06:02 PDT
Comment on attachment 311392 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=311392&action=review > Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js:418 > + performSearchLink.textContent = WebInspector.UIString("Search Again"); Neat! I'd like this better if it was a rounded rect button, not a link.
Devin Rousso
Comment 4 2017-06-02 10:08:52 PDT
Comment on attachment 311392 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=311392&action=review >> Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js:418 >> + performSearchLink.textContent = WebInspector.UIString("Search Again"); > > Neat! I'd like this better if it was a rounded rect button, not a link. I was following the style of the Debugger sidebar, both when breakpoints are off and when a timeline is active. Do you think it should be an "active" button (with the blue color)? What were you thinking in terms of the button's style?
Timothy Hatcher
Comment 5 2017-06-02 10:20:32 PDT
Comment on attachment 311392 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=311392&action=review >>> Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js:418 >>> + performSearchLink.textContent = WebInspector.UIString("Search Again"); >> >> Neat! I'd like this better if it was a rounded rect button, not a link. > > I was following the style of the Debugger sidebar, both when breakpoints are off and when a timeline is active. Do you think it should be an "active" button (with the blue color)? What were you thinking in terms of the button's style? If we have other cases of this style, then that is fine.
WebKit Commit Bot
Comment 6 2017-06-02 13:57:21 PDT
Comment on attachment 311392 [details] Patch Clearing flags on attachment: 311392 Committed r217733: <http://trac.webkit.org/changeset/217733>
WebKit Commit Bot
Comment 7 2017-06-02 13:57:22 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.