The Design Layout template in ArcGIS Open Data is limited to 8 rows of widgets at the default height (16 rows), and results in overlapping widgets at the top of the page in view mode if exceeded.
最後に公開された状態: February 23, 2015ArcGIS Online
不具合 ID 番号
BUG-000085046
送信されました
February 4, 2015
最終更新日
June 5, 2024
適用対象
ArcGIS Online
見つかったバージョン
3.6
オペレーティング システム
Windows OS
オペレーティング システムのバージョン
7
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
This is a known limitation. The HTML editor is available as a workaround.
対処法
Override the style sheet for ArcGIS Open Data by altering the widget HTML using the CODE tab:
1. Increase the size of the body by altering the min-height on Line 1.
2. Scroll to the widget(s) having trouble with overlapping
3. Remove the row parameter, and add 'style="top:1900px"' inside the closing bracket.
For example: <div class="col-1 sizex-2 sizey-2" style="top:1900px">
Note: Play around with the values for pixel heights to get the desired look.