OpenLayers OpenLayers

Ticket #552 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

IE doesnt recognize toString

Reported by: euzuro Assigned to:
Priority: critical Milestone: 2.4 Release
Component: general Version: SVN
Keywords: Cc:
State:

Description

the Util.extend() function cycles through the properties of source and adds them to destination.

unfortunately, in IE, it does not recognize toString as a property (probably because it is a reserved word/function)

In the case of inheritance, this poses a problem.

Attachments

ieInherit.patch (0.9 kB) - added by euzuro on 03/22/07 20:35:11.
hacky fix for this ie deficiency

Change History

03/22/07 20:35:11 changed by euzuro

  • attachment ieInherit.patch added.

hacky fix for this ie deficiency

03/22/07 20:39:48 changed by sderle

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

very strange, but apparently true. accepted and checked in as r2861.

03/26/07 23:10:38 changed by tschaub

a bit modified in r2901