Side navigation
#2705 closed bug (fixed)
Opened April 17, 2008 03:52PM UTC
Closed May 16, 2008 06:39PM UTC
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.
@nib
Isn't this, perhaps, the same situation as #2709 ?