actually, our testing today has linked it to the cfgrid. remove all cfgrids and no problem. add even a completely blank cfgrid with no bindings or data and its 100% reproducable
Confirm problem in IE7. I have an app with 4 cflayoutareas -- 3 of which get a
new cfgrid on submit. So far, I can't get past 5 submits before IE7 hangs.
The ColdFusion AJAX Logger shows a "window" level message as follows:
window:global: Invalid argument.
(http://host/dir/index.cfm?cfdebug, line N)
In my case, line N is always 18. It can't be line 18 of index.cfm because no
matter how I arrange the code/whitespace in that section, it doesn't change.
I've pasted the view source into my editor and line 18 is typically the <html>
tag. oooookely Dokely!
I pulled the cfgrid widgets (html) out and voila! Infinite and MUCH faster
returns. What a shame! Cfgrid is much more coder and user friendly than
straight html tables and iframes.
aggie00 - 15 May 2008 17:11 GMT
So, has anyone found a solution to this, possibly a "flush" or "garbage
collection" javascript function that will eliminate this issue? We've got an
interface that uses cfpod and we load multiple cfgrids from different links
into the pods, and sure enough, on the 12th load or so, it bombs out. Anyone
find a way to clear what I assume is a memory leak with the cfgrid? ANY help
is GREATLY appreciated!