-
Bug
-
Resolution: Fixed
-
Minor
-
4.4.4
Steps to reproduce (one of many possible ways - just need to trigger an error in JavaScript code which causes the Notification.exception pop-up or dialogue to appear):
- Using a mobile phone, or browser developer tools simulating a mobile,
- Log into Moodle and go to the edit profile screen (e.g. https://qa.moodledemo.net/user/edit.php?id=3&returnto=profile logged in as teacher.)
- Scroll down to the User picture filepicker, and upload a new picture by clicking the + icon (not drag-drop).
- Choose a file not of the expected type (e.g. a .txt file.)
- Click 'Upload this file'.
Expected result: Moodle dialouges should do if (this.shouldResizeFullscreen())
{ this.makeResponsive(); }So the dialogue becomes full screen if it won't fit. Why is that not working here?
Note: I just realised that MDL-80689 will spoil the steps to reproduce I gave above.