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

Bug 519350

Summary: Cloning a repo broke app
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: ElectronAssignee: XinYi Jiang <xinyij>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: P3 CC: Silenio_Quarti
Version: 14.0   
Target Milestone: 16.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2017-07-06 20:58:48 EDT
Steps:
1. Start the app
2. go to the git page
3. clone https://github.com/snorthov/minesweeper-objects.git/
4. go back to the editor and reload the page. It is now stuck loading resources forever with the following exception:

TypeError: Cannot set property 'isFileInitiallyLoaded' of undefined
    at Object.<anonymous> (http://localhost:8081/edit/edit.js:44:13683)
    at http://localhost:8081/edit/edit.js:1:4503
    at Array.forEach (native)
    at e.dispatchEvent (http://localhost:8081/edit/edit.js:1:4458)
    at f._setInputContents (http://localhost:8081/edit/edit.js:34:19055)
    at f.<anonymous> (http://localhost:8081/edit/edit.js:34:11136)
    at n (http://localhost:8081/edit/edit.js:1:1742)
    at e (http://localhost:8081/edit/edit.js:1:2179)
    at MutationObserver.e (http://localhost:8081/edit/edit.js:1:1628)
Comment 1 Silenio Quarti CLA 2017-07-06 21:42:36 EDT
Sidney, is this fixed?
Comment 2 XinYi Jiang CLA 2017-07-06 21:53:30 EDT
(In reply to Silenio Quarti from comment #1)
> Sidney, is this fixed?

I believe so.It's fixed
Comment 3 XinYi Jiang CLA 2017-07-06 21:54:29 EDT
fixed in https://github.com/eclipse/orion.client/pull/103.