| Numéro d’ID de bogue |
BUG-000146524 |
| Envoi | February 1, 2022 |
| Dernière modification | August 5, 2025 |
| S’applique à | ArcGIS Online |
| Version trouvée | 9.4 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | 10.0 |
| Statut | As Designed
Après examen par l’équipe de développement, il a été déterminé que ce comportement est prévu. Pour plus d’informations, reportez-vous à la section Informations supplémentaires.
|
Informations supplémentaires
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.
Solution de contournement
If custom settings are necessary, change the dimensional value from pixels (px) to %.
Étapes pour reproduire