Hi there,
I just upgraded my testing server to Confluence 5.9. My pages that have aui-nav bars on them are all a mess.
Can someone explain what's going on?
Here's a screenshot. On the left is production (5.8), on the right is test (5.9.4). No other code changes exist.
I thought this plugin was compatible with 5.9. What's the issue?
navbarweird.png
Hi @Paul LaBarbera,
Hope this finds you well. We are aware of this bug with Content Formatting macros and we have now picked up this bug (CONTENTF-252 AUI Horizontal Navigation Bar Macro ignores column layout in Confluence 5.9) in our current sprint. Please keep a look out for the next release to avail this fix.
Kind Regards
Divya Margani | QA & Support Analyst | Adaptavist
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Paul LaBarbera,
Content Formatting Macros v.4.2.17 containing the bug fix has been released to the MP https://marketplace.atlassian.com/plugins/com.adaptavist.confluence.contentFormattingMacros/versions
Please check the release notes for more details.
Please do consider leaving us a review in the marketplace if you like our plugin.
If you have any other queries, please do not hesitate to contact us.
Kind Regards
Divya Margani | QA & Support Analyst |Adaptavist
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Note that tabs seem to work fine. The nav bar is not.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tested on:
Confluence version: 5.9.4
AUI versions 4.2.11 & 4.2.16
This is a very simple page. 3 columns and 3 nav bars. IWhy is this broken?
<ac:layout>
<ac:layout-section ac:type="three_equal">
<ac:layout-cell>
<ac:structured-macro ac:macro-id="36338f0f-fc7b-439c-825a-97ecc844e820" ac:name="auihorizontalnav" ac:schema-version="1">
<ac:rich-text-body>
<ac:structured-macro ac:macro-id="fda59afc-bbcd-410d-9b70-6bf24bbb3809" ac:name="auihorizontalnavpage" ac:schema-version="1">
<ac:parameter ac:name="title">1</ac:parameter>
<ac:rich-text-body>
<p>1</p>
</ac:rich-text-body>
</ac:structured-macro>
<ac:structured-macro ac:macro-id="c3da5106-f08d-431b-8368-5516c1f37d14" ac:name="auihorizontalnavpage" ac:schema-version="1">
<ac:parameter ac:name="title">2</ac:parameter>
<ac:rich-text-body>
<p> 2</p>
</ac:rich-text-body>
</ac:structured-macro>
<p> </p>
<p> </p>
</ac:rich-text-body>
</ac:structured-macro>
</ac:layout-cell>
<ac:layout-cell>
<ac:structured-macro ac:macro-id="8945f088-cceb-47de-ac6b-5f12b74b2599" ac:name="auihorizontalnav" ac:schema-version="1">
<ac:rich-text-body>
<ac:structured-macro ac:macro-id="d7c701ad-914a-49bf-ae49-282f6458e71e" ac:name="auihorizontalnavpage" ac:schema-version="1">
<ac:parameter ac:name="title">1</ac:parameter>
<ac:rich-text-body>
<p>a</p>
</ac:rich-text-body>
</ac:structured-macro>
<ac:structured-macro ac:macro-id="d9e5e493-d7cc-4014-89d5-6697d39bbe96" ac:name="auihorizontalnavpage" ac:schema-version="1">
<ac:parameter ac:name="title">2</ac:parameter>
<ac:rich-text-body>
<p>b</p>
</ac:rich-text-body>
</ac:structured-macro>
<p> </p>
<p> </p>
</ac:rich-text-body>
</ac:structured-macro>
</ac:layout-cell>
<ac:layout-cell>
<ac:structured-macro ac:macro-id="4f6b607e-332f-4c5a-be1c-10cf3202fad5" ac:name="auihorizontalnav" ac:schema-version="1">
<ac:rich-text-body>
<ac:structured-macro ac:macro-id="0eebe4bf-05d2-4670-a0c6-899e1138601b" ac:name="auihorizontalnavpage" ac:schema-version="1">
<ac:parameter ac:name="title">1</ac:parameter>
<ac:rich-text-body>
<p>i</p>
</ac:rich-text-body>
</ac:structured-macro>
<ac:structured-macro ac:macro-id="f10ea113-bc94-4ebb-8bfb-847ee7af7394" ac:name="auihorizontalnavpage" ac:schema-version="1">
<ac:parameter ac:name="title">2</ac:parameter>
<ac:rich-text-body>
<p>ii</p>
</ac:rich-text-body>
</ac:structured-macro>
<p> </p>
<p> </p>
</ac:rich-text-body>
</ac:structured-macro>
</ac:layout-cell>
</ac:layout-section>
</ac:layout>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.