laptop and a wrench

漏洞

Sample application ‘Common Callback’ does not show the Map Extents in Mozilla Firefox but works well in Internet Explorer (IE).

上次发布: July 29, 2016 No Product Found
漏洞 ID 编号 NIM035221
已提交May 13, 2008
上次修改时间April 2, 2025
适用范围No Product Found
找到的版本9.2
编程语言C#
状态Non-Reproducible

附加信息

This is a retired product. Not reproducible in the latest build. If you are still encountering this issue, please contact Esri Technical Support.

解决办法

The current portion of code that is causing Mozilla Firefox not to show the extents around the map on the browser: slist.Add("n", env.YMax.ToString("N")); slist.Add("e", env.XMax.ToString("N")); slist.Add("s", env.YMin.ToString("N")); slist.Add("w", env.XMin.ToString("N"));The following change would make the code work in Mozilla Firefox: slist.Add("N", env.YMax.ToString("N")); slist.Add("E", env.XMax.ToString("N")); slist.Add("S", env.YMin.ToString("N")); slist.Add("W", env.XMin.ToString("N"));

重现步骤

漏洞 ID: NIM035221

软件:

  • No Product Found

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项