I recently posted that the CFHOUR() website was broken in IE8. It turned out that the break I saw there was also happening in Chrome and Firefox. I finally tracked down the break to the footer in the site. More specifically Google ad in the footer.
The actual break was only in CFWINDOW. On top of that it was only broken if you loaded a window more than once without refreshing the screen. I put in some code to detect that we were loading in to a CFWINDOW and to bypass the load of the footer.
Just something else to keep an eye out for when using dynamic windows.
Till next time...
--Dave
#1 by Andrew Scott on 4/11/09 - 7:44 PM
Any chance you can mail me offline, and send an example on how you are using cfwindow as there maybe something more serious with your code.
#2 by Dave Ferguson on 4/11/09 - 8:17 PM
#3 by Andrew Scott on 4/15/09 - 10:20 PM
Yes I use JS to create the Window, but the code being returned into the window doesn't need to have anything more included when being returned either. And I think as you have mentioned that this is the problem you are having, or have had.
#4 by Andrew Scott on 4/15/09 - 10:24 PM
Which is what maybe causing the issue you described.