| Summary: | TypeError: Cannot read property 'getModel' of null (in editor.js) | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Grant Gayed <grant_gayed> |
| Component: | Editor | Assignee: | 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: | |||
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 |
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.