laptop and a wrench

Bug

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
Bug ID Number BUG-000168505
SubmittedJune 21, 2024
Last ModifiedMay 21, 2025
Applies toPortal for ArcGIS
Version found10.9.1
Operating SystemN/A
Operating System VersionN/A
StatusAs Designed

Additional Information

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.

Workaround

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>

Steps to Reproduce

Bug ID: BUG-000168505

Software:

  • Portal for ArcGIS

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options