RESOLVED FIXED Bug 36488
Web Inspector: Element inspector search funtion: Error dispatching: performSearch
https://bugs.webkit.org/show_bug.cgi?id=36488
Summary Web Inspector: Element inspector search funtion: Error dispatching: performSe...
Pavel Feldman
Reported 2010-03-23 05:37:26 PDT
What steps will reproduce the problem? 1. Go to http://dne.enaa.com/ 2. Open the element inspector (first tab) 3. Enter 'adp' in the search field 4. Notice the number of errors in the console will increase 1 and that one is 'Error dispatching: performSearch' What is the expected result? Search for elements What happens instead? Error dispatching: performSearch (Upstreamed from chromium: http://code.google.com/p/chromium/issues/detail?id=38941)
Attachments
[PATCH] Proposed fix. (7.69 KB, patch)
2010-03-23 07:16 PDT, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2010-03-23 07:16:44 PDT
Created attachment 51424 [details] [PATCH] Proposed fix.
Pavel Feldman
Comment 2 2010-03-23 08:14:38 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M LayoutTests/ChangeLog A LayoutTests/inspector/elements-panel-search-expected.txt A LayoutTests/inspector/elements-panel-search.html M WebCore/ChangeLog M WebCore/inspector/front-end/ElementsPanel.js M WebCore/inspector/front-end/InjectedScript.js Committed r56393
Joseph Pecoraro
Comment 3 2010-03-23 09:04:19 PDT
What was with the <>s in the comments? > + // Exact attribute val<>ue. > + // Partial attribute val<>ue.
Pavel Feldman
Comment 4 2010-03-23 09:11:12 PDT
(In reply to comment #3) > What was with the <>s in the comments? > > > + // Exact attribute val<>ue. > > + // Partial attribute val<>ue. I don't want this very script tag to match the 'value' search :)
Joseph Pecoraro
Comment 5 2010-03-23 09:22:09 PDT
> I don't want this very script tag to match the 'value' search :) Ahh, gotcha. Hence the other tricks. Thanks =)
Note You need to log in before you can comment on or make changes to this bug.