RESOLVED FIXED 31243
Web Inspector: "Search again" on scripts panel switches to the script this search started with.
https://bugs.webkit.org/show_bug.cgi?id=31243
Summary Web Inspector: "Search again" on scripts panel switches to the script this se...
Pavel Feldman
Reported 2009-11-08 11:44:04 PST
1. Open http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/hovercard.html 2. Open hovercard.js in Scripts panel. 3. Start searching for "goog.", press enter couple of times to do 'search next'. 4. Switch to some other script, press enter in search box Expected: first occurrence is highlighted in new script Actual: scripts panel flips to hovercard.js, first occurrence is highlighted there.
Attachments
[PATCH] proposed fix (1.31 KB, patch)
2009-11-08 12:44 PST, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2009-11-08 12:44:58 PST
Created attachment 42719 [details] [PATCH] proposed fix
Pavel Feldman
Comment 2 2009-11-08 20:46:51 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/front-end/Panel.js Committed r50635
Note You need to log in before you can comment on or make changes to this bug.