-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.3.7, 4.4.4
-
MOODLE_403_STABLE, MOODLE_404_STABLE
The long term solution to this is MDL-76231, but we might want to find a fix for this is stables.
Steps to reproduce:
- This is really a problem in Chrome. Behaviour in Firefox seems better.
- Go to anywhere that does Ajax requests, e.g. a filepicker. (E.g. https://qa.moodledemo.net/mod/assign/view.php?id=5&action=editsubmission logged in as student.)
- Click on the file that is already there to open the popup.
- Disconnect your internet.
- Open browser developer tools, and switch to the Network tab, so you can see what is going on.
- Alter the filename and click Update.
- Dialogue changes to show a progress spinner ...
- ... and just sits there.
- In developer tools, you can see the AJAX request already failed, but this has not been reported to the user nicely. This short be reported like any other JavaScript error.