[GeoNetwork-devel] [GeoNetwork opensource Developer website] #307: Map widget doesn't work correctly in IE 6, 7, 8.

#307: Map widget doesn't work correctly in IE 6,7,8.
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: major | Milestone: v2.6.0 RC2
Component: General | Version: v2.6.0
Keywords: |
--------------------------+-------------------------------------------------
When we access the GeoNetwork front page from FF, all is well, but our IE
tests either get no widget, or just the administrative (nation)
boundaries.

Looking in the logs, there are strange 'no service' errors which look as
though IE is not handling the css entries the same way as FF does.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/307&gt;
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork&gt;
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.

#307: Map widget doesn't work correctly in IE 6,7,8.
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: major | Milestone: v2.6.0 RC2
Component: General | Version: v2.6.0
Keywords: |
--------------------------+-------------------------------------------------

Comment(by justinrowles):

According to
https://developer.mozilla.org/en/Using_URL_values_for_the_cursor_property

"# IE doesn't support the CSS 3 syntax with x- and y-coordinates. The
cursor image is ignored."

We have used this syntax in geotnetwork_map.css:

.olControlZoomBoxActive {
     cursor: url(images/map/zoomin.cur) 16 16, url(images/map/zoomin.cur),
auto;
}

In theory the browser should fail-over down the list. In practice, it
seems that IE does something stupid instead.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/307#comment:1&gt;
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork&gt;
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.