Expand Macro collapses immediately upon expanding it
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
問題
When expanding an 'Expand' macro on a page, the macro immediately collapses half a second after and the data within the 'Expand' macro disappears.
原因
This is because there are some <div></div>
tags and classes enclosed within the storage format of the affected 'Expand' macros that shouldn't be there:
<div class="expand-container conf-macro output-block">
<div class="expand-control">
ソリューション
- Install Confluence Source Editor if you don't already have it installed.
- Edit the affected page(s).
- Click on the
<>
symbol on the top right corner of the page editor. Search for the following classes:
<div class="expand-container conf-macro output-block"> <div class="expand-control">
Remove it from the code, along with their closing
</div>
tags.- Click on 'Apply'.
- ページを保存します。