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

Bug 463133

Summary: Exception trying to view a problem from the problem explorer
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: ClientAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: curtis.windatt.public, emoffatt
Version: 8.0   
Target Milestone: 9.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Michael Rennie CLA 2015-03-25 16:20:37 EDT
With the latest from master:

1. select a bundle (I used the javascript bundle)
2. 'show problems' action on it
3. click one of the problem links

Expected: the editor show me the problem

Happens: you get the following exception and the editor pane is blank

"TypeError: undefined is not a function
    at Object.<anonymous> (http://target2.orion.eclipse.org:9000/orion/editor/tooltip.js:97:10)
    at Object.EventTarget._dispatchEvent (http://target2.orion.eclipse.org:9000/orion/editor/eventTarget.js:76:12)
    at Object.EventTarget.dispatchEvent (http://target2.orion.eclipse.org:9000/orion/editor/eventTarget.js:62:9)
    at Object.TextView.onDestroy (http://target2.orion.eclipse.org:9000/orion/editor/textView.js:2524:16)
    at Object.TextView.destroy (http://target2.orion.eclipse.org:9000/orion/editor/textView.js:1874:9)
    at Object.objects.mixin.uninstall (http://target2.orion.eclipse.org:9000/orion/editor/editor.js:1013:13)
    at Object.EditorView.destroy (http://target2.orion.eclipse.org:9000/orion/editorView.js:614:16)
    at Object.objects.mixin.getEditorView (http://target2.orion.eclipse.org:9000/edit/setup.js:453:28)
    at Object.<anonymous> (http://target2.orion.eclipse.org:9000/edit/setup.js:224:20)
    at http://target2.orion.eclipse.org:9000/orion/EventTarget.js:42:8"
Comment 1 Michael Rennie CLA 2015-03-25 16:25:23 EDT
Looks like it as already fixed with: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=cd1ed7874c020021adeb4dfffaea595971b8c532

I had to clear localStorage to get the fix to work.