Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.4.6, 3.6.2
-
Component/s: Assignment
-
Labels:
Description
When I open a mobile site and I want to grade assignment, I cannot scroll up/down on mobile phone.
However, when I start dragging the contents early enough before page finishes loading, I can do that! But after page loads and I release the finger, I cannot scroll anymore. I suspect that some JavaScript blocks scrolling after page loads.
Luckily this can be replicated on Google Chrome in Windows.
- Login to Orange School demo: https://school.demo.moodle.net
- Navigate to: https://school.demo.moodle.net/mod/assign/view.php?id=661
- While using Google Chrome right-click on the page and select "Inspect" from context menu (Ctrl+Shift+I)
- In "DevTools" window enable device toolbar to emulate mobile phone (Ctrl+Shift+M).
- Select "Responsive" or "iPhone 6/7/8".
- Confirm that scrolling works, by clicking on the page and using dragging gesture.
- Click on blue "Grade" button, or navigate to:
https://school.demo.moodle.net/mod/assign/view.php?id=661&action=grader - Try clicking on the page and dragging the contents - it will not work
- Refresh the page using F5 and immediately click and hold mouse button (don't release it yet!)
- Wait until page loads and then use dragging - it should work !
- Release the button and repeat 8. - it will stop working.