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

Bug 479677

Summary: Left-hand pane is broken in project view
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: NodeAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: maciej.bendkowski, Michael_Rennie, Mike_Wilson
Version: 10.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2015-10-13 14:39:39 EDT
1. Launch the Orion Node server, and navigate to http://localhost:8081/edit/edit.html
2. Create a new Basic project, containing a file
3. Make sure you're at the top level of the workspace (repeat step 1 if necessary)
4. Click on your project. This will focus the left-hand 

Now the left-hand pane appears empty. I expected it to display the project content. Reloading the page fixes it.

The JS error that is printed:

> could not find table row [object HTMLDivElement]fileMyProject      treetable.js:241
Comment 1 Maciej Bendkowski CLA 2015-10-13 14:45:40 EDT
This bug sounds like a client-side issue, not a server-side one.
Comment 2 Mark Macdonald CLA 2015-10-13 14:52:04 EDT
(In reply to Maciej Bendkowski from comment #1)
> This bug sounds like a client-side issue, not a server-side one.

It is probably the client code making an incorrect assumption, but it could also be caused by an incomplete implementation of /file or /workspace in the Node.js server. I am not sure.
Comment 3 Mark Macdonald CLA 2016-02-24 11:14:23 EST
Cannot reproduce anymore