Details
-
Bug
-
Status: Reopened
-
Minor
-
Resolution: Unresolved
-
3.3.3, 3.4
-
None
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
MDL-61118-master-1
-
Description
This bug was discovered in testing MDL-43827.
Steps to replicate:
- Create a course.
- Add Folder resource to the course.
- In "Adding a new Folder":
- Upload a TGZ file using the filepicker
- Select the uploaded TGZ file using the keyboard (navigate by pressing "Tab", press "Enter" to open / mouse click on file).
- Navigate through the pop-up using the keyboard and attempt to unzip the file using keyboard (press "Enter" on "Unzip" / mouse click on "Unzip").
Expected behaviour:
- If TGZ files are supported for unzipping, the TGZ file should unzip.
- Or
- If TGZ files are not supported for unzipping, the "Unzip" button in the pop-up should not be displayed.
Current behaviour:
- The Unzip button closes the popup and any files listed in the Files area is cleared.
- No unzipping functionality is performed on the TGZ file.