Closed maximevaly closed 10 years ago
Thanks Maxime. I'll try to debug that in the coming hours.
This is extremely annoying. I am indeed able to reproduce, but I'm don't understand what's going on. the iframe is loaded just fine, but no code inside it is executed and there is no log message in the console :/ any idea?
I have now filled an issue with Firefox's Bugzilla. Let's hope somebody comes up with a solution!
So, the amazing @jsherer found a work around: adding www
in front of subtome.com in load.js seems to make things work. It probably has little to no impact given that we redirect all traffic to www.subtome.com anyway. Please try again if you get a minute, but make sure you flush the cached content in Settings > Network
.
I'll keep that issue open though because I want to find the real problem and maybe fix it for realz.
It works, congrats! :)
Unfortunately, we had to revert that temporary fix because it was generating more issues (see #71) than it solved. So we're back to square 1.
Looks like we found another solution. @ymschaap is the hero here. I'll quote him:
Regarding your mozilla bug. It seems to be an issue with Mozilla and caching (it clashed?). Since you load an #-ed url in the iframe, which is the same as the requesting document. I solve the mozilla bug if I load: https://www.subtome.com/?pizza#/ That forces mozilla to have two version, first pull in the on /?pizza version, and next the /#/ version.
So for now we're loading /?subs/#/
until Firefox gets fixed.
With Firefox 26.0 on Debian (LMDE). The "subscribe" button works on http://blog.superfeedr.com/. Everything work with Chrome 28.
There is no error in the console, "load.js" is loaded correctly, execution stops on breakpoint line 96
but not line 3