Side navigation
#4112 closed bug (fixed)
Opened February 10, 2009 10:48PM UTC
Closed June 15, 2010 02:45AM UTC
Out of Memory Exception in IE with AJAX calls
Reported by: | budigelli | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.2 |
Component: | ajax | Version: | 1.3.1 |
Keywords: | ajax | Cc: | budigelli@yahoo.com |
Blocked by: | Blocking: |
Description
The change set 6027 for ajax.js has a change to 'window["eval"]' from "eval" and causing "Out of Memory" exception in IE on a specific case for me.
I am curious what is the reason for this change. the only difference i could find between window.eval and eval is the following
http://www.hedgerwow.com/360/bugs/eval.html
From the comments of this change set, it appears that the purpose is to get better compression than intended behavioral change.
Note: we changed our local version of 1.3.1 to use "eval" just like in version 1.2.6 and everything works fine (with uncompressed version).
Thanks
Attachments (0)
Change History (4)
Changed February 10, 2009 10:51PM UTC by comment:1
Changed August 08, 2009 02:23AM UTC by comment:2
Can you provide a test case with the actual code that is causing the problem?
Changed August 09, 2009 12:30AM UTC by comment:3
component: | unfilled → ajax |
---|---|
priority: | critical → minor |
Changed June 15, 2010 02:45AM UTC by comment:4
resolution: | → fixed |
---|---|
status: | new → closed |
This was changed (and presumably fixed) in 1.4.
'windoweval?' in the text is ' window [ " eval " ] ' without spaces...