Opened 12 years ago

Closed 12 years ago

#72 closed defect (fixed)

JavaScript files are not loading by default in Internet Explorer

Reported by: tastle Owned by: madair
Priority: critical Milestone: 1.1.1
Component: core Version: trunk
Keywords: Cc:

Description

A default Internet Explorer configuration has it's cache set to check for newer versions of stored pages "Automatically". This default setting causes the proj4js loadScript function to execute in a different way than expected.

Internet Explorer will fetch the resource from cache and assign it to the src attribute instantly. The onload event is fired and nothing happens since onload hasn't been assigned the function yet.

This is a known problem with Internet Explorer, see here: http://stackoverflow.com/questions/9820700/javascript-loading-images-via-javascript

Attachments (1)

proj4js.js.patch (607 bytes ) - added by tastle 12 years ago.
Internet Explorer loadScript fix

Download all attachments as: .zip

Change History (2)

by tastle, 12 years ago

Attachment: proj4js.js.patch added

Internet Explorer loadScript fix

comment:1 by madair, 12 years ago

Resolution: fixed
Status: newclosed

fixed at [2221]

Note: See TracTickets for help on using tickets.