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">

ソリューション

  1. Install Confluence Source Editor if you don't already have it installed.
  2. Edit the affected page(s).
  3. Click on the <> symbol on the top right corner of the page editor.
  4. Search for the following classes:

    <div class="expand-container conf-macro output-block">
      <div class="expand-control">
  5. Remove it from the code, along with their closing </div> tags.

  6. Click on 'Apply'.
  7. ページを保存します。
最終更新日 2016 年 9 月 20 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.