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>.