Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.8
-
Fix Version/s: 3.8
-
Component/s: Forms Library, JavaScript, Usability
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_38_STABLE
-
Fixed Branches:MOODLE_38_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-66679-master -
Pull Master Diff URL:
Description
This is a regression caused by MDL-38555.
Easy way to replicate the problem in 3.8:
1. Create an assignment and submit something as a student (text is fine)
2. As the teacher, view all submissions
3. Select the student check box
4. From the 'With selected' select (below the table), select 'Download selected submissions'.
5. Click 'Go' and download the file
6. Notice the 'Go' button is disabled.
In the download case, there is an unload event (for me, on firefox at least), meaning the form field gets disabled.