Details
-
Bug
-
Resolution: Fixed
-
Major
-
9.95.1
-
None
-
Unknown
-
Description
If you have a structure where the image is not wrapped in a paragraph and is surrounded by paragraphs the image paragraph after the image and the image itself will be squashed into a single paragraph breaking the ui.
Example
<p> This is some test to make sure that some images that are not wrapped in a paragraph, but are block level are actually displayed correctly </p>
<ac:image ac:align="left" ac:layout="align-start" ac:original-height="397" ac:original-width="480" ac:width="476">
<ri:attachment ri:filename="rock.jpg" ri:version-at-save="1" />
</ac:image>
<p>Another paragraph</p>