Actions
Bug #3691
open[Workbench] Suppress "ajax failed" error messages when ajax fails due to browser navigation event.
Status:
New
Priority:
Normal
Assigned To:
-
Category:
Workbench
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
1.0
Description
In fail callbacks, check jqxhr.readyState
and status == 'abort'
to determine whether the request was terminated by a user action (like navigating away from the current page) rather than an application/network error.
- Show a distinct message like "(cancelled)" that doesn't look like an error, or
- Don't display anything, just clean up internal state and stop.
Updated by Tom Clegg over 10 years ago
- Description updated (diff)
- Category set to Workbench
Updated by Brett Smith about 10 years ago
#4776 illustrates a case where it would be preferable to just clean up, rather than displaying a more-specific error.
Updated by Tom Clegg about 10 years ago
- Target version changed from Bug Triage to 2015-02-18 sprint
Updated by Tom Clegg about 10 years ago
- Target version changed from 2015-02-18 sprint to Arvados Future Sprints
Updated by Ward Vandewege over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Actions