The ArcGIS API for JavaScript does not account for the x and y offset correctly. When selecting features that appear to be close to the top or bottom of the map, it works fine. However, when features that are close to the horizontal limits of the map are selected, the pointers are separated from the entire pop-up.
上次发布: May 6, 2019ArcGIS API for JavaScript
漏洞 ID 编号
NIM075493
已提交
November 16, 2011
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
2.5
编程语言
JavaScript
操作系统
Windows OS
操作系统版本
XP
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
There are no plans to address this issue for an unsupported version.
解决办法
Add this information to the style of the page: .esriPopup .outerPointer.left{ left:25px; } .esriPopup .outerPointer.right{ right:25px; }