Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 388964

Summary: Search: clicking on a search result does not pop up find box in the editor in some cases.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: simon_kaegi
Version: 0.5   
Target Milestone: 1.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2012-09-06 11:37:21 EDT
In the global search, search on term like "depth=1".
The result page shows the proper matches but when you click on the matching file or matching lines, it does not pop up the find box in the editor like other search term does.
I think this is because of the special characters in the command parameter.

E.g.
http://libingw.orion.eclipse.org:8080/edit/edit.html#/file/R/OrionClient/bundles/org.eclipse.orion.client.core/web/console/consolePage.js,find=depth=1
Comment 1 libing wang CLA 2012-09-19 12:26:44 EDT
Talked to Simon. I should've encoded the URI.
Comment 2 libing wang CLA 2012-09-19 15:30:33 EDT
We should also support turn on the regex flag find option in the editor if the search was forced to use regex.