Unable to navigate to a website from an attribute table or from a pop-up window if the website name starts with a 'www' instead of the 'http' or 'https' protocol.
最後に公開された状態: February 15, 2018ArcGIS Online
不具合 ID 番号
BUG-000111419
送信されました
February 6, 2018
最終更新日
June 5, 2024
適用対象
ArcGIS Online
見つかったバージョン
5.4
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
This is an expected behavior. To be considered as a valid URL, the protocol is needed and 'http' is not assumed automatically. A proper URL with a valid protocol is needed.
対処法
When entering the website name, ensure the protocol 'http' or 'https' is included within the name. For example, use <a href="http://www.arcgis.com/home/index.html" target="_blank">http://www.arcgis.com/home/index.html</a> instead of <a href="http://www.arcgis.com/home/index.html" target="_blank">www.arcgis.com/home/index.html</a>.