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

Bug 474342

Summary: TypeError: Cannot read property 'getModel' of null (in editor.js)
Product: [ECD] Orion Reporter: Grant Gayed <grant_gayed>
Component: EditorAssignee: Eric Moffatt <emoffatt>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: Carolyn_MacLeod, Silenio_Quarti
Version: 10.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Grant Gayed CLA 2015-08-05 11:47:33 EDT
Our GA error tracking indicates that this runtime error has happened 5 times in the last 4 days.  In editor.js:

getSelections: function() {
	var textView = this._textView;     // <--- this can resolve to null
	var model = textView.getModel();
	var selections = textView.getSelections();

Happens at least on Chrome, likely happens on other browsers as well.
Comment 1 Michael Rennie CLA 2017-01-10 15:43:13 EST
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see:

https://dev.eclipse.org/mhonarc/lists/orion-dev/msg04002.html