-
Suggestion
-
Resolution: Won't Do
-
None
-
None
-
1
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
There was a change of behaviour from Confluence 4.3.7 to 5.3.4, in Confluence 4.3.7 our body macros used to accept the INLINE output type, however due to the CSS changes that option is no longer available.
Find below the instructions on how reproduce this behaviour in our latest version, if you follow these same steps in 4.3.7 you will notice that the macro will be INLINE with the text.
In my example I used a third party macro, however that behaviour will be the same with any of our bundled body macro.
Steps to reproduce:
- Start a Confluence 5.3.4.
- Go to UPM and install "Confluence Source Editor".
- Download Reporting Plugin, can be either from marketplace or UPM.
You will also need to get a free license for reporting plugin.
- Create a page.
- Use source editor and add below code:
<ac:macro ac:name="report-link"> <ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter> <ac:default-parameter>content:url</ac:default-parameter> <ac:rich-text-body> <ac:emoticon ac:name="green-star"/> </ac:rich-text-body> </ac:macro> and some text here
- Once you hit save Confluence will change above code as following:
<ac:structured-macro ac:name="report-link"> <ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter> <ac:parameter ac:name="">content:url</ac:parameter> <ac:rich-text-body> <ac:emoticon ac:name="green-star"/> </ac:rich-text-body> </ac:structured-macro> <p>and some text here</p>
- In below image you can see that "Some text" will be under the icon instead at the side:
If you try to use the same code of step 5 in the source editor of Confluence 4.3.7, the code will not be changed and the image will be displayed as this:
Workaround:
If you edit the page using the UI you can put the "Some text" inside the Report Link block, however that text will be turned into a link:
- Editing the page:
- After saving:
ps.: I've moved this case from a bug ticket to a feature request on a customers behalf.
- relates to
-
CONFCLOUD-31820 Enable Confluence body macros to accept the INLINE atlassian-macro-output-type.
- Gathering Interest
Thank you for raising this suggestion.
We regret to inform you that due to limited demand, we have no plans to implement it in the foreseeable future. In order to set expectations, we're closing this request now. Sometimes potentially valuable tickets do get closed where the Summary or Description has not caught the attention of the community. If you feel that this suggestion is valuable, consider describing in more detail or outlining how this request will help you achieve your goals. We may then be able to provide better guidance.
For more context, check out our Community blog on our updated workflow for Suggestions
Cheers,
Confluence Product Management