Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.7
-
Fix Version/s: FRONTEND
-
Component/s: HTML Editor (Atto)
-
Testing Instructions:
-
Affected Branches:MOODLE_27_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:
MDL-44218_resize -
Pull Master Diff URL:
-
Story Points:13
-
Sprint:FRONTEND Sprint 10
Description
Limit the height of the editor to prevent the toolbar to go off screen.
There are some options for this:
- forced max height that cannot be changed,
- default max height that can be manually sized, or
- graceful resizing so that the editor remains contained within its usable space.
The complexity of these option is in increasing order.
The middle option may be the best compromise.