-
Bug
-
Resolution: Timed out
-
Low
-
None
-
5.7, 5.7.1
-
2
-
Severity 3 - Minor
-
When an Information macro is placed inside (a very simple) user macro, the content/text inside Information macro is not displayed.
Steps to replicate
- Create a user macro, name it 'hinting' (see screenshot 1UserMacro.JPG
)
- Create a page and insert an Info Macro with text inside the user macro, insert additional Info macro for comparison (see screenshot 2CreatePage.JPG
)
- Save the page and see the difference (see screenshot 3SavePage.JPG
)
Observation
(With Chrome Developer Tools) we can see the differences of HTML rendering:
HTML render of info panel
<div class="confluence-information-macro confluence-information-macro-information"> <span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"></span> <div class="confluence-information-macro-body"><p>BLA BLA BLA</p></div> </div>
HTML render of info panel throws hinting macro
<div class="confluence-information-macro confluence-information-macro-information"> <span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"> <div class="confluence-information-macro-body"><p>BLA BLA BLA</p></div> </span></div>
The problem is span box of panel icon is not closed at the right place.
- is related to
-
CONFSERVER-25507 Nesting complex macros inside of a user macro breaks page rendering
-
- Closed
-
Thank you for taking the time to raise, comment or vote on this Bug. We regret to inform you that due to a limited number of reports and based on our current backlog of higher impact issues that we are closing this issue as Timed Out.
If this issue is still impacting you on a recent version please feel free to comment with the affected version. Any further details you may be able to provide regarding reproduction or impact of this issue may help us better address this issue.
Thanks again.
Cheers,
Confluence Product Management