Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 338598 - [client] Errors not displayed to user
Summary: [client] Errors not displayed to user
Status: RESOLVED FIXED
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.2   Edit
Assignee: Malgorzata Janczarska CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-01 17:38 EST by John Arthorne CLA
Modified: 2011-09-01 11:41 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.