Ticket #414 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

debug loader broken in FF4

Reported by: tschaub Assigned to:
Priority: major Milestone: 1.1
Component: GeoExt Version: 1.0
Keywords: Cc:
State: Commit

Description

The debug loader doesn't work in Firefox 4.

Attachments

414.patch (1.4 kB) - added by tschaub on 03/24/11 18:07:33.
make loader work in Firefox 4

Change History

03/24/11 18:07:33 changed by tschaub

  • attachment 414.patch added.

make loader work in Firefox 4

03/24/11 18:08:03 changed by tschaub

  • state changed from None to Review.

With this change, the examples load in Firefox 4 (without, they don't).

03/24/11 18:22:38 changed by ahocevar

  • state changed from Review to Commit.

Thanks Tim for fixing this. Please commit.

03/24/11 21:17:23 changed by tschaub

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

(In [2637]) Making it so the debug loader always uses document.write to append scripts. This makes the loader work in Firefox 4. r=ahocevar (closes #414)