Opened 13 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)
Note:
See TracTickets
for help on using tickets.
Internet Explorer loadScript fix