laptop and a wrench

Error

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
Número de ID del error BUG-000168505
EnviadoJune 21, 2024
Última modificaciónMay 21, 2025
Relacionado conPortal for ArcGIS
Versión encontrada10.9.1
Sistema operativoN/A
Versión de sistema operativoN/A
EstadoAs Designed

Información adicional

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.

Solución alternativa

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>

Pasos para reproducir

ID del error: BUG-000168505

Software:

  • Portal for ArcGIS

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga