(Just to clarify, the site works perfectly fine for me; and the bookmarklet does appear on upon the site; but when the iframes start loading HappyCog, they refresh the page, which sends it back to its original state.)
I'm surprised that I'm the only one who seems to have this problem, but I have found at least one possible cause: there is a linked script file /j/functions.js?2011030 which contains, among other things:
if (top != self) {
top.location.replace(self.location.href);
}
So it really does seem to have a break-out-of-iframes script, unless I am misreading what this code is meant to do.
20 comments
[ 2.4 ms ] story [ 48.4 ms ] threadIt's a pity that currently most broken thing on mobile browsers are touch-based frameworks and custom font rendering.
(Just to clarify, the site works perfectly fine for me; and the bookmarklet does appear on upon the site; but when the iframes start loading HappyCog, they refresh the page, which sends it back to its original state.)
I'm surprised that I'm the only one who seems to have this problem, but I have found at least one possible cause: there is a linked script file /j/functions.js?2011030 which contains, among other things:
So it really does seem to have a break-out-of-iframes script, unless I am misreading what this code is meant to do.https://gist.github.com/1701741
http://www.benbeckford.com/wordpress/2009/11/29/chrome-exten...
https://github.com/emehrkay/Responsamania
Of course, if one wants just the 're-sizing' capability, then this bookmarklet will sure help.
[1] - https://addons.mozilla.org/en-US/firefox/addon/web-developer...
Means it's not useful for testing sites that depend on mobile js frameworks such as jquerymobile