#1030: IE 8 javascript error (2.8 RC0 - tabsearch interface)
----------------------+-----------------------------------------------------
Reporter: tchaddad | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: major | Milestone: v2.8.0
Component: General | Version: v2.8.0RC0
Keywords: |
----------------------+-----------------------------------------------------
In doing cross browser testing of the 2.8 RC0 available here:
http://sourceforge.net/projects/geonetwork/files/GeoNetwork_unstable_development_versions/v2.8.0RC0/
It appears that the tabsearch interface works well in IE9, but fails to
load completely in IE8.
IE8 reports a javascript error with the following details:
Webpage error details
Message: 'events' is null or not an object
Line: 7
Char: 165007
Code: 0
URI: http://localhost:8080/geonetwork/apps/js/ext/ext-all.js
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1030>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#1030: IE 8 javascript error (2.8 RC0 - tabsearch interface)
----------------------+-----------------------------------------------------
Reporter: tchaddad | Owner: geonetwork-devel@…
Type: defect | Status: new
Priority: major | Milestone: v2.8.0
Component: General | Version: v2.8.0RC0
Keywords: |
----------------------+-----------------------------------------------------
Comment(by ianwallen):
Looks like it may be related to Ticket #1009 - may be the same bug?
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1030#comment:1>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.
#1030: IE 8 javascript error (2.8 RC0 - tabsearch interface)
-----------------------+----------------------------------------------------
Reporter: tchaddad | Owner: geonetwork-devel@…
Type: defect | Status: closed
Priority: major | Milestone: v2.8.0
Component: General | Version: v2.8.0RC0
Resolution: fixed | Keywords:
-----------------------+----------------------------------------------------
Changes (by simonp):
* status: new => closed
* resolution: => fixed
Comment:
See fix in commit 1e2d3b4dfe68e46ece2e651231ebc2fdceaa2a82
#1009 has an IE error console that includes the report of this bug but is
actually a different bug
This cryptic error message usually means that there is an extra comma in a
JS object definition - IE doesn't tolerate these whilst FF does
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/1030#comment:2>
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.