-
Bug
-
Resolution: Fixed
-
Blocker
-
2.7
-
MOODLE_27_STABLE
-
MDL-44218_resize -
-
13
-
FRONTEND Sprint 10
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.