1) open a site with two or more js files 2) try to search a string which exists in both files 3) open the other file 4) continue to search the same text cmd-g expected: the first matched entry in the second file was selected actual: the first file was automatically opened and the next matched string was selected
Created attachment 65301 [details] [PATCH] Proposed fix. Instead of using scary Panel's logic, we now have simple local search implementation for scripts panel.
Comment on attachment 65301 [details] [PATCH] Proposed fix. Clearing flags on attachment: 65301 Committed r66002: <http://trac.webkit.org/changeset/66002>
All reviewed patches have been landed. Closing bug.