-
Bug
-
Resolution: Fixed
-
Minor
-
3.10.4, 3.11, 4.0
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_310_STABLE, MOODLE_311_STABLE
-
MDL-71750-master -
Previous ticket MDL-70947 we still have issues with in the forum.
Issue 1:
- Start writing a new forum discussion and add something to all required fields.
- Drag-and-drop the first image into atto (it's helpful to use slow 3G mode in developer tools to throttling your connection.)
- When the first image is uploading, drag-and-drop the second image into atto.
- Observe the "Post to forum" button.
Issue 2:
- Start writing a new forum discussion and add something to all required form fields.
- Drag-and-drop the first image into atto.
- When the first image is uploading, drag-and-drop a file into the attachment field.
- Observe the "Post to forum" button.
Issue 3:
- Start writing a new forum discussion and add something to all required form fields.
- Drag-and-drop the first file into attachment field.
- When the first fileis uploading, drag-and-drop a second file into the attachment field.
- Observe the "Post to forum" button.
Expected result: The "Post to forum" button is disabled until all of the files are uploaded completely.
Actual result: The "Post to forum" button has been enabled when the first file is uploaded and the second file is still uploading.
Issue 4:
With the essay question with a response format option: "HTML editor and file picker" and add the attachment. We drag and drop image, after that we can not submit or save the question.
- Log in as admin in the course, create the essay question which can attachment file.
- Select preview the question.
- Open your browser's dev tools and in the network tab (chrome and firefox have this), you'll see a 'throttling' menu item near the right side. Set this to '3G' or the like, preferable as slow as you can set it.
- Now, drag a 1MB image file (or thereabouts in size) from your local to the attachment area.
- Verify that the Save and the Submit and finish button is disabled.
Expected result: The popup is not shown and we can save or submit the result.
Actual result: The popup show to confirm leave site.
Issue 4 relative to the MDL-71644
- caused a regression
-
MDL-72966 File upload: Uncaught TypeError from JavaScript when uploading a single file
- Closed