Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.3, 2.1, 2.2
-
Fix Version/s: 2.1.1
-
Component/s: HTML Editor (TinyMCE)
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
-
Fixed Branches:MOODLE_21_STABLE
-
Pull from Repository:
Description
There is a minimum size of 100px for TinyMCE, which is unnecessarily big.
Fixing this comes in two parts. It requires a change to TinyMCE to get rid of some unnecesary hard-coding of the 100px. See:
http://tinymce.moxiecode.com/develop/bugtracker_view.php?id=3789
https://github.com/tinymce/tinymce/pull/69
Then we need to change our configuration, which I am about to create a commit for.