漏洞 ID 编号 |
BUG-000146524 |
已提交 | February 1, 2022 |
上次修改时间 | August 5, 2025 |
适用范围 | ArcGIS Online |
找到的版本 | 9.4 |
操作系统 | Windows OS |
操作系统版本 | 10.0 |
状态 | As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
|
附加信息
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.
解决办法
If custom settings are necessary, change the dimensional value from pixels (px) to %.
重现步骤