Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.7, 2.8
-
Fix Version/s: 2.7.2
-
Component/s: HTML Editor (Atto)
-
Testing Instructions:
-
Affected Branches:MOODLE_27_STABLE, MOODLE_28_STABLE
-
Fixed Branches:MOODLE_27_STABLE
-
Pull from Repository:
Description
The atto "float right" margin CSS value is wrong.
In the file "lib/editor/atto/plugins/image/yui/src/button/js/button.js" the margin CSS for float right is set to "margin: '0 0 .5em 0'" which sets the margin at the bottom and not at the left image side.
It should be "margin: '0 0 0 .5em'".
I don't add a patch because this issue is easy to solve without.