Opened 14 years ago

Closed 14 years ago

#307 closed defect (fixed)

Map widget doesn't work correctly in IE 6,7,8.

Reported by: justinrowles Owned by: josegar74
Priority: major Milestone: v2.6.0
Component: General Version: v2.6.0
Keywords: Cc:

Description

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.

Attachments (1)

mapwidgetcsslogentry.txt (2.2 KB ) - added by justinrowles 14 years ago.

Download all attachments as: .zip

Change History (4)

by justinrowles, 14 years ago

Attachment: mapwidgetcsslogentry.txt added

comment:1 by justinrowles, 14 years ago

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.

comment:2 by josegar74, 14 years ago

Owner: changed from geonetwork-devel@… to josegar74

Will apply a fix to manage this correctly in IE

comment:3 by josegar74, 14 years ago

Resolution: fixed
Status: newclosed

Removed custom cursors for now to avoid causing the exception described in the issue when using IE

Note: See TracTickets for help on using tickets.