This issue has been created
 
 
Confluence / cid:jira-generated-image-avatar-5ff86edf-4658-4817-b641-3ef841ea21b8 CONFLUENCE-531 Open

Floating image is merged into the next paragraph

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-04522ac2-5425-4ac7-953f-bb3c25101b07 Farcasi Alexandru-Vicentiu created this issue on 15/Jul/26 13:13
 
Summary: Floating image is merged into the next paragraph
Issue Type: cid:jira-generated-image-avatar-5ff86edf-4658-4817-b641-3ef841ea21b8 Bug
Affects Versions: 9.95.1
Assignee: Unassigned
Components: Syntax - XHTML
Created: 15/Jul/26 13:13
Priority: cid:jira-generated-image-static-major-4f04362b-1a08-4c3a-9474-53922bf6fd3f Major
Reporter: Farcasi Alexandru-Vicentiu
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>