Bug 44516 - Web Inspector: search in Scripts panel brings ui back to original search view.
Summary: Web Inspector: search in Scripts panel brings ui back to original search view.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-24 05:21 PDT by Ilya Tikhonovsky
Modified: 2010-08-25 03:06 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed fix. (6.52 KB, patch)
2010-08-24 11:42 PDT, Pavel Feldman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2010-08-24 05:21:39 PDT
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
Comment 1 Pavel Feldman 2010-08-24 11:42:37 PDT
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 2 Pavel Feldman 2010-08-25 03:06:48 PDT
Comment on attachment 65301 [details]
[PATCH] Proposed fix.

Clearing flags on attachment: 65301

Committed r66002: <http://trac.webkit.org/changeset/66002>
Comment 3 Pavel Feldman 2010-08-25 03:06:57 PDT
All reviewed patches have been landed.  Closing bug.