laptop and a wrench

不具合

InfoWindow appears to be broken in some areas on the map when viewing a JavaScript application in Internet Explorer 6, and using Doctype as Transitional.

最後に公開された状態: November 21, 2014 ArcGIS API for JavaScript
不具合 ID 番号 NIM051252
送信されましたNovember 19, 2009
最終更新日June 5, 2024
適用対象ArcGIS API for JavaScript
見つかったバージョン1.3
プログラム言語JavaScript
オペレーティング システムWindows OS
オペレーティング システムのバージョン2003
ステータスWill Not Be Addressed

参考情報

The ArcGIS API for JavaScript supports Internet Explorer 7 and greater.

対処法

The problem can be worked around by either modifying the infowindow.css of the locally hosted Javascript API with following lines or including the following lines of modified CSS in a style tag on html page - .infowindow .window .top .left .sprite {margin-top:0px; margin-left:-984px;} .infowindow .window .top .right {overflow:hidden; position:absolute; padding-right:5px; margin-left:5px;} .infowindow .window .bottom .left .sprite {margin-top:-990px; margin-left:-984px;} Below is the sample code which we need to add in to the html file instead of hosting the JSAPI Locally <style type="text/css"> <!--Adjust the position of map resize handle a little bit --> .dojoxResizeHandle { right: 0px; bottom: 0px; } .infowindow .window .top .left .sprite {margin-top:0px; margin-left:-984px;} .infowindow .window .top .right {overflow:hidden; position:absolute; padding-right:5px; margin-left:5px;} .infowindow .window .bottom .left .sprite {margin-top:-990px; margin-left:-984px;} .infowindow .window .bottom .right {height:10px; overflow:hidden; position:absolute; margin-left: 5px;} .infowindow .upperleft .sprite {margin-left:-800px; margin-top:-800px; margin-bottom:-156px;} .infowindow .upperright .sprite {margin-left:-902px; margin-top:-800px; margin-bottom:-156px;} </style> .infowindow .window .bottom .right {height:10px; overflow:hidden; position:absolute; margin-left: 5px;} .infowindow .upperleft .sprite {margin-left:-800px; margin-top:-800px; margin-bottom:-156px;} .infowindow .upperright .sprite {margin-left:-902px; margin-top:-800px; margin-bottom:-156px;}

再現の手順

不具合 ID: NIM051252

ソフトウェア:

  • ArcGIS API for JavaScript

バグのステータスが変更されたときに通知を受け取る

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

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

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

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

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

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