Bug-ID-Nummer |
BUG-000146524 |
Eingereicht | February 1, 2022 |
Zuletzt geändert | August 5, 2025 |
Gilt für | ArcGIS Online |
Gefunden in Version | 9.4 |
Betriebssystem | Windows OS |
Betriebssystemversion | 10.0 |
Status | As Designed
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Verhalten wie geplant ist. Weitere Informationen finden Sie im Abschnitt "Zusätzliche Informationen".
|
Zusätzliche Informationen
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.
Workaround
If custom settings are necessary, change the dimensional value from pixels (px) to %.
Schritte zur Reproduzierung