OpenLayers OpenLayers

Ticket #722 (closed feature: fixed)

Opened 1 year ago

Last modified 1 year ago

svg support test crashes on IE 5.5

Reported by: pgiraud Assigned to:
Priority: minor Milestone: 2.4 Release
Component: general Version: 2.4 RC4
Keywords: pullup Cc:
State:

Description

document.implementation is only support for versions after 6.x under IE.

the svg support in SVG.js crashes on IE5.5. We need a test on document.implementation support before we test its properties.

Please review patch.

Attachments

svg_support.patch.diff (0.8 kB) - added by pgiraud on 05/25/07 02:58:58.

Change History

05/25/07 02:58:58 changed by pgiraud

  • attachment svg_support.patch.diff added.

05/25/07 03:02:54 changed by pgiraud

In the same way, we should have a test for vector support in a more generic way (ie. support for VML and/or SVG).

If you look at the examples/supports-vector.html, we only test if the browser support SVG. Does it take IE SVG plugins into account ? Why don't we test the VML support ?

05/25/07 03:14:27 changed by fredj

  • keywords set to review.

05/25/07 07:52:22 changed by pgiraud

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

fixed in r3180

05/25/07 08:35:48 changed by crschmidt

  • keywords changed from review to pullup.
  • status changed from closed to reopened.
  • resolution deleted.
  • milestone set to 2.4 Release.

05/27/07 01:28:37 changed by crschmidt

  • status changed from reopened to closed.
  • resolution set to fixed.

2.4RC5