-
Bug
-
Resolution: Fixed
-
Minor
-
3.5.2
-
-
MOODLE_35_STABLE
-
MOODLE_36_STABLE
-
Moodle Mobile 3.6.0
When inserting images using atto, one can have images align in various ways.
On desktop when an image is aligned to the left or right then one has other elements such as <p> appear alongside the image i.e. to the left or right of the inserted image.
However in mobile app the other elements either appear above the image if the element is placed before the <img> tag or below if the element is placed after the <img> tag.
<p>The image should appear on the left, this text should appear alongside and to to the right of the image, and not above it. <img src="https://www.layoutit.com/img/sports-q-c-140-140-3.jpg" alt="Bootstrap Image Preview" class="img-responsive atto_image_button_left" width="140" height="140"></p> |
Whether this is a bug is debatable, but certainly the behavior is not consistent between app and desktop.