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

Bug 438165

Summary: Readonly file widget: Need to capture the file plugin cancellation error and show nothing.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0   
Target Milestone: 6.0 RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2014-06-25 11:20:56 EDT
Currently if the file/folder request is cancelled from within the file plugin because of web page transition, we are showing "{name: "Cancel"}" error message in the widget.
We should capture the cancellation in the inputManager so that the status service knows if the message should be shown or not.

In addition to "Severity" and "Message" property, a "Cancel" property is set tot "true" when a cancellation error happens. We treat it as Warning. It is up to the status service if it wants to display the message or not.
Comment 2 libing wang CLA 2014-06-25 11:27:04 EDT
fixed.