laptop and a wrench

Bug

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.

Zuletzt veröffentlicht: November 21, 2014 ArcGIS API for JavaScript
Bug-ID-Nummer NIM051252
EingereichtNovember 19, 2009
Zuletzt geändertJune 5, 2024
Gilt fürArcGIS API for JavaScript
Gefunden in Version1.3
ProgrammspracheJavaScript
BetriebssystemWindows OS
Betriebssystemversion2003
StatusWill Not Be Addressed

Zusätzliche Informationen

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

Workaround

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;}

Schritte zur Reproduzierung

Bug-ID: NIM051252

Software:

  • ArcGIS API for JavaScript

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln