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

Bug 338598

Summary: [client] Errors not displayed to user
Product: [ECD] Orion Reporter: John Arthorne <john.arthorne>
Component: ClientAssignee: Malgorzata Janczarska <malgorzata.tomczyk>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: malgorzata.tomczyk, susan, Szymon.Brandys
Version: 0.2   
Target Milestone: 0.2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description John Arthorne CLA 2011-03-01 17:38:00 EST
Steps:

1) Create a project
2) Add it as a favorite
3) Delete the project
4) Click on the favorite

-> Blank screen. There is a 404 error from the server (expected), but it doesn't get displayed to the user. I have traced the error back as far as line 96 of explorer-table.js:

									dojo.place(document.createTextNode("Sorry, an error occurred: " + error.message), progress, "only");


This line gets executed, but the node does not appear.
Comment 1 John Arthorne CLA 2011-03-03 21:52:11 EST
Marking as M6 candidate.
Comment 2 Malgorzata Janczarska CLA 2011-03-09 09:39:46 EST
The problem was connected probably to some refactoring. Loading progress did not display as well, because the "progress" div was not placed on the explorer correctly.

The defect applied to explorer only? From what I saw other UIs have it's own error handling that worked (for instance editor displays an error instead of file contents).
Comment 3 Susan McCourt CLA 2011-03-09 11:10:30 EST
(In reply to comment #2)
> The problem was connected probably to some refactoring. Loading progress did
> not display as well, because the "progress" div was not placed on the explorer
> correctly.

thanks, Gosia.