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

Bug 494595

Summary: inlineSearchResultExplorer cannot open preview links (throws caught exception)
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: critical    
Priority: P2 CC: libingw, steve_northover
Version: 10.0   
Target Milestone: 12.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2016-05-25 18:45:25 EDT
Steps:

1. open a JS file and select an identifier
2. run the find all refs command
3. enter a new name for all the refs and click 'preview'
4. click one of the links for a preview element
5. nothing happens

This is because an exception is thrown in inlineSearchResultExplorer on line 274 - the 'linkDiv' is null.

This completely breaks the ability to preview from the all refs pane.