Ticket #307 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

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

Change History

Changed 3 years ago by justinrowles

Changed 3 years ago 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.

Changed 3 years ago by josegar74

  • owner changed from geonetwork-devel@… to josegar74

Will apply a fix to manage this correctly in IE

Changed 3 years ago by josegar74

  • status changed from new to closed
  • resolution set to fixed

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.