Opened 15 years ago
Closed 15 years ago
#2705 closed bug (fixed)
eval scripts in AJAX response does not work well in IE
Reported by: | hlb | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | core | Version: | 1.2.3 |
Keywords: | IE, AJAX | Cc: | |
Blocked by: | Blocking: |
Description
jQuery append the scripts and remove them immediately in globalEval function, but it fails in IE. So I write this patch.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | core.js.patch added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I suppose this is the same issue as it's nearly the same situation.
Please do reopen this if your issue persists (try the trunk version).
Note: See
TracTickets for help on using
tickets.
@nib
Isn't this, perhaps, the same situation as #2709 ?