Ticket #72 (closed defect: fixed)

Opened 12 months ago

Last modified 11 months ago

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

proj4js.js.patch Download (0.6 KB) - added by tastle 12 months ago.
Internet Explorer loadScript fix

Change History

Changed 12 months ago by tastle

Internet Explorer loadScript fix

Changed 11 months ago by madair

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

fixed at [2221]

Note: See TracTickets for help on using tickets.