Número de ID del error |
BUG-000146524 |
Enviado | February 1, 2022 |
Última modificación | August 5, 2025 |
Relacionado con | ArcGIS Online |
Versión encontrada | 9.4 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 |
Estado | As Designed
Tras revisión realizada por el equipo de desarrollo, se ha determinado que este comportamiento es acorde con lo designado. Consulte los detalles en la sección Información adicional.
|
Información adicional
This is expected behavior within ArcGIS Experience Builder.
Although the text widget uses pixels (px) as its width unit, its parent container, the column widget, is inside a row widget, so the width of the column can be thought of as a %. When resizing the window, the width of the column becomes smaller according to the width of the window, but the width of the text widget set with pixels (px) remains the same, so it cuts by the column widget.
Solución alternativa
If custom settings are necessary, change the dimensional value from pixels (px) to %.
Pasos para reproducir