laptop and a wrench

不具合

Inline Scalable Vector Graphics (SVG) for a button icon causes unexpected cursor behavior on the Accordion element of Text boxes on ArcGIS Enterprise Sites.

Portal for ArcGIS
不具合 ID 番号 BUG-000168505
送信されましたJune 21, 2024
最終更新日May 21, 2025
適用対象Portal for ArcGIS
見つかったバージョン10.9.1
オペレーティング システムN/A
オペレーティング システムのバージョンN/A
ステータスAs Designed

参考情報

Thank you for reaching out regarding the issue with inline SVG links. Starting in ArcGIS Enterprise 10.9.1 and later, SVG code is sanitized for security purposes. This sanitization process can remove or modify certain elements within the SVG, including inline links, to help prevent potential security risks.

対処法

Remove the inline SVG tags from the code, for example:

From:

 

<button class="accordion btn btn-sm btn-link" style="color: #ffffff;" data-target="#accordion-1644425725154" aria-labelledby="accordion-1644425725154-title">

<b><svg style='fill:#ffffff'>

             <title>Menu Lateral</title>

             <use xlink:href='#ember-arcgis-hub-components-hub-icons-angle-up'></use>

           </svg>

</b></button>

 

To:

 

<button style="color: #ffffff; background-color: transparent; border: none; box-shadow: none;">         

         <b></b>

         </button>

再現の手順

不具合 ID: BUG-000168505

ソフトウェア:

  • Portal for ArcGIS

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動