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)
Change History (4)
by , 14 years ago
Attachment: | mapwidgetcsslogentry.txt added |
---|
comment:1 by , 14 years ago
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
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 {
}
In theory the browser should fail-over down the list. In practice, it seems that IE does something stupid instead.