-
Bug
-
Resolution: Low Engagement
-
Low
-
None
-
6.2.4, 6.6.2
-
1
-
Severity 3 - Minor
-
1
-
Summary
Under certain conditions, the Children Display macro (using excerptType=rich content) will not render the Jira Issue Macro contained in a table on a child page.
Repro Steps
- Link Confluence and Jira via application link.
- Create 2 pages, one parent and one child.
- On a "parent" page, add a Children Display macro and change excerpt type to "rich content".
- On a child page, create a table with a heading and at least 3 columns (i.e. 2 high x 3 wide).
- Enter some text in each column heading on the child page.
- On the table in the child page on row 2, enter text in the first column, add a link to a file attachment in the second column, then add a Jira issue macro pointed to a jira issue in the third column.
- Save and view the parent page, the Jira issue macro will not render.
Findings
- This is not caused by synchrony, as it occurs whether or not synchrony is enabled.
- Flushing the Confluence cache and browser cache does not change the behavior
Checking the HAR file I see that the macro is not even in the source coming from the children display macro, which is surrounded by "test" and "testing" (see picture):
<p>test</p><p><ul class="childpages-macro conf-macro output-block" data-hasbody="false" data-macro-name="children"><li><a href="/display/TEST/Another+Copy+of+Child+5">Another Copy of Child 5</a><p><span>test</span><span>test</span></p><div class="table-wrap"><table class="wrapped confluenceTable"><tbody><tr><td colspan="1" class="confluenceTd">as</td><td colspan="1" class="confluenceTd">ss</td><td colspan="1" class="confluenceTd"><br /></td></tr><tr><td colspan="1" class="confluenceTd"><div class="content-wrapper"><p>a</p></div></td><td colspan="1" class="confluenceTd"><span><a href="/download/attachments/1212417/aws1.png?version=1&modificationDate=1516923654162&api=v2" data-linked-resource-id="1212418" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="aws1.png" data-nice-type="Image" data-linked-resource-content-type="image/png" data-linked-resource-container-id="1212417" data-linked-resource-container-version="19">test</a></span></td><td colspan="1" class="confluenceTd"><div class="content-wrapper"> </div></td></tr></tbody></table></div></li></ul></p><p>end test</p>
Examples attached which can be used to reproduce the issue:
Workaround
Modify the table in some way to change the contents. Currently we are unsure of which specific piece of content prevents the Jira macro from rendering properly inside of the Children Display macro.