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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動