-
Bug
-
Resolution: Fixed
-
Major
-
3.10.8, 3.11.4
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
MOODLE_311_STABLE
-
MDL-72966-master -
Step to replicate:
- Go to any course.
- Navigate to the Question bank.
- Click the Import button.
- Turn on the developer tool of the Browser and switch to the Console tab.
- Turn on Slow 3G mode in the developer tool.
- Drag the sample XML file to the file manager.
- Observe the Import button.
- Observe the Console window.
Actual result:
- The Import button was not disabled during the upload.
- Uncaught TypeError was thrown.
Expected result
- The Import button needs to be disabled during the upload.
- No exception was thrown in the Console window.