Details
-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.0.8, 3.1.4, 3.2.1
-
Fix Version/s: None
-
Component/s: HTML Editor (Atto)
-
Labels:None
-
Affected Branches:MOODLE_30_STABLE, MOODLE_31_STABLE, MOODLE_32_STABLE
Description
When an end-of-line is deleted in the editor, it sets a font size.
For example if I type:
one<return>two
And then delete that return, I get:
<p>one<span style="font-size: [x]pt;">two</span></p>