Response title
This is preview!
There's nothing unusual about this. The first page loaded is always retained. If that bothers you, you can remove that page.I can see two pages with the same ID.
It is duplicating page containers. If I edit a row and hit the back button 6 times then I have 6 page containers with the same ID.It's not "duplicating a pagecontainer". That's impossible There is one page container. It is the <body> element. There is some confusion over the page container widget because it was written so that in some future version there might be multiple page containers. (e.g. load a page into some div).
There is no reason to set data-dom-cache to true if you are using a multi-page document.I have a list of items that can be edited and when I edit the item and go back to list page, the list refreshes when set to false. Not a big deal so I set all data-com-cache to false.
since I need to call external pages
I am using multi-page documents and my production version is working just fine.
I have never used multi-page documents. I never like the concept.
Yes. Because that is EXACTLY what data-dom-cache="true" is SUPPOSED TO DO!any page that had data-dom-cache="true" would not release when navigating back
Which is it?
Yes. Because that is EXACTLY what data-dom-cache="true " is SUPPOSED TO DO !OK. That makes since so I guess there was a behavior change between 1.3 and 1.4.
© 2013 jQuery Foundation
Sponsored by and others.