Thanks for tracking down the issue and creating a ticket Geoffrey! -- Brandon Aaron
On 3/20/07, Geoffrey Knutzen <[EMAIL PROTECTED]> wrote: > I have been able to reproduce this bug and have opened a ticket on it. #1061 > It really isn't the back button but how ie is refreshing the page. > > I think I found the cause of the problem and noted it in the ticket. > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of clifforama > Sent: Monday, March 19, 2007 10:27 AM > To: [email protected] > Subject: [jQuery] jQuery breaks iframes and back button? > > > jQuery seems to cause unexpected behaviour in IE6 and IE7 when used in > combination with iframes. In fact, it occurs without actually making use of > jQuery, but just including it is enough. Here's the problem: > > I have two pages that each contain 2 iframes. For illustrative purposes, > they will have the same contents: > > [container1.html and container2.html] > <html> > <head> > <script type="text/javascript" src="jquery.js"></script> > </head> > <body> > <iframe src="left.html"></iframe> > <iframe src="right.html"></iframe> > </body> > </html> > > The two pages loaded in each iframe simply contain the following bodies. > Neither contain any reference to jQuery: > > [left.html] > <p>This is 'left'</p> > <p><a href="container2.html" target="_parent">container2</a></p> > > [right.html] > <p>This is 'right'</p> > <p><a href="container2.html" target="_parent">container2</a></p> > > Now, just load container1.html and click on either link. You will see no > change, since container2.html is the same as container1.html. But, if you > click the back button to return to container1.html, you will see that both > iframes now contain the contents of right.html. > > If I simply remove the jQuery references, the problem goes away. > > Any ideas? > > Cliff > > -- > View this message in context: > http://www.nabble.com/jQuery-breaks-iframes-and-back-button--tf3428574.html# > a9556791 > Sent from the JQuery mailing list archive at Nabble.com. > > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
