Problem:  Maps and Apps Gallery 10.1 displays the heading but not the gallery in Google Chrome

相关信息
Article ID: 41706
Bug Id: N/A
Software:
ArcGIS for Local Government 10.1
Platforms: N/A

问题描述
The Maps and Apps Gallery 10.1 displays the heading and the tabs for Home, Gallery, Submit Your App, and About, but the content for these sections is missing in Google Chrome browser versions 29 and later.

原因
A change in Google Chrome beginning with version 29 breaks Dojo’s library 1.6.1, which is the version used by Maps and Apps Gallery 10.1.
已邀请:

EsriSupport

赞同来自:

解决方案
The solution is to replace four references to Dojo's 1.6.1 library with the later library, 1.6.2.
  1. Browse to the location of the application, create a backup copy of the entire application, and store it in a secure place.
  2. In the application to which the changes are to be applied, browse to the mapps.html file.
  3. Open the mapps.html file in a text editor or development environment. All changes occur in this file.
  4. Replace the four instances of '1.6.1' with '1.6.2'. These four instances should look like the following line snippets when done.
      :        :        :<link rel="stylesheet" href="http://ajax.googleapis.com/aja ... gt%3B    :        :        :<link rel="stylesheet" href="http://ajax.googleapis.com/aja ... gt%3B    :        :        :<img width="20px" height="20px" title="Animation for loading page"    src="http://ajax.googleapis.com/aja ... gt%3B    :        :        :<script src="http://ajax.googleapis.com/aja ... gt%3B    :        :        :
  5. Save mapps.html.


创建及修改时间
Created: 10/11/2013

Last Modified: 8/19/2014
原文链接
http://support.esri.com/en/kno ... 41706

要回复问题请先登录注册