-
Improvement
-
Resolution: Fixed
-
Minor
-
1.8.2, 1.9
-
None
-
MOODLE_18_STABLE, MOODLE_19_STABLE
-
MOODLE_23_STABLE
None of the AJAX requests use success callbacks. Instead the interface provides immediate feedback and assumes that the request will succeed. This might be acceptable.
However none of the AJAX requests use failure callbacks either. This means that some time after an AJAX request fails, when the user does a reload of the page in question, things will appear to have moved around unexpectedly.
If an AJAX request fails, the user should be notified, and the intended change should be undone in the interface. Alternatively changes are not visible until the AJAX request succeeds, and a progress indicator is shown while waiting.
- has been marked as being related by
-
MDL-11539 AJAX Shifting of Blocks Incorrect - Movement doesn't match DB activity
- Closed
-
MDL-12198 AJAX drag and drop is broken for topic sections
- Closed
- will be (partly) resolved by
-
MDL-31052 update Course AJAX/javascript to YUI3 and replace section_classes.js
- Closed