Web Mapping Applications display or behave unexpectedly in Internet Explorer 8
ArcGIS 2009/11/19 10:30출처: http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&d=36454
ArcGIS 9.3을 이용한 기본 Web Mapping Applications이 IE8에서 제대로 작동을 못한다.
해결책은 호환성 보기 또는 소스에 기본 렌더링 브라우저를 IE7로 바꾸면 된다.
아래 내용은 ESRI의 답변이다.
| Article ID: | 36454 |
|---|---|
| Bug Id: | N/A |
| Software: | ArcGIS Server 9.2, 9.3 |
| Platforms: | N/A |
Description
A common problem is that graphics may not display with the correct symbology or graphics may not render at all. Text and images may also be offset from the expected location.
This issue applies to Web applications built with the versions of ArcGIS Server Web ADF for the Microsoft .NET Framework prior to version 9.3.1.
Cause
The following is MSDN documentation regarding Internet Explorer 8 compatibility:
Defining Document Compatibility when using Internet Explorer 8
Solution or Workaround
When using an earlier version of the Web ADF, select one of the following options to have the Web application work correctly in Internet Explorer 8.
Option 1 - If you are the developer of the Web application
a) Open the Default.aspx file of the Web application in Visual Studio or a text editor.
b) View the source of the page and locate the following line:
<head id="Head1" runat="server">
c) Add the following line of code immediately after the above line:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
d) Applying this change causes the application to emulate Internet Explorer 7 when it renders.
Option 2 - If you are not the developer of the Web application
a) Open Internet Explorer 8 and select Tools > Compatibility View Settings.
b) Enter the name of the Web site hosting the Web application and click Add.
c) This causes all applications located on that specific Web site to display as if the browser was Internet Explorer 7.
Created: 3/20/2009
Last Modified: 4/2/2009

이올린에 북마크하기

