Closed GoogleCodeExporter closed 9 years ago
probably beacause of the use of "history.back();"
Original comment by s1r...@gmail.com
on 24 Aug 2010 at 8:02
tested with v0.31
Original comment by s1r...@gmail.com
on 7 Sep 2010 at 2:15
I'm seeing the same problem w/o any iframes.
Adding a print inside 'checkOrientAndLocation' shows that location.hash is
empty (after the 'history.back()' operation), and this way pageId gets empty
too:
if (location.hash != currentHash)
{
var pageId = location.hash.substr(hashPrefix.length);
console.log('seem to have gone...' + pageId + ', ' + location.hash + ', ' + currentHash);
if (pageId == '') {
alert('hm...');
}
iui.showPageById(pageId);
}
btw, this code becomes kinda infinite loop (since this function is called
periodically).
Original comment by sgs...@gmail.com
on 7 Jun 2011 at 7:36
this does not always happen :(
Original comment by sgs...@gmail.com
on 7 Jun 2011 at 7:38
iUI 0.40-dev1 and later do not user history.back()
Original comment by msgilli...@gmail.com
on 9 Jan 2012 at 6:50
Original issue reported on code.google.com by
s1r...@gmail.com
on 24 Aug 2010 at 5:34