Unable to save Inline comment in IE

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

The following appears in the page when you try to save the comment


診断

  1. Go to the page that having this issue.
  2. Click on the bullet beside the share 
  3. Then click on View storage format, after that find for the following:

     
  4. If you have that HTML encode it mean you are affected by this issue.

原因

The root cause of the issue is that in IE, it failed to pare the space HTML encode "  " to a normal space which failed the check in our highlight action plugin as it is consider as a macro

回避策

  1. Install Source editor
  2. Navigate to the page that have this issue.
  3. Click edit and then open the source editor "<>"
  4. Find for the following HTML encode and remove it:

     &nbsp
  5. Save the page after you completely remove the html encode.
最終更新日: 2016 年 2 月 26 日

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

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