Hidden iframe problem
Hidden iframe problem
Hi,
I have an issue which I'm almost certain is to do with hidden iframes. We have an application that switches pages by allowing the page to load while hidden and then the visible and hidden iframes are switched. This works perfectly well for almost all pages but some that use JQuery don't render some of the content. I've tracked this down to the fact that .show is ignored if executed while the iframe is still hidden. If I move the .show calls out onto a timer invoked function even with zero delay the page renders. The original page used JQuery 1.3 but I tried with the 1.10 release and the result was the same. I did find a relevant ticket 12904 but it implied it only affected 1.8.
The iframes are switched in the onload function and the page JQuery is executed in the $(document).ready although I also tried $(window).load but that still seems to execute too early. Is this a bug or am I doing something wrong.
bob