| Summary: | Readonly file widget: Need to capture the file plugin cancellation error and show nothing. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | Client | Assignee: | 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: | |||
fixed. |
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.