|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2005-09-21 19:46 UTC] php at transpect dot com
Description: ------------ Using Mozilla Firefox 1.0.5, the page begins to display, but gets to "Connecting to static.php.net" and then freezes. At that point going to another screen, then back to Firefox produces an empty terminal window for Firefox with no contents. This is reproducible; happens every time. I'm connecting with Opera now with no problem. Firefox is using the addblock and noscript plugins ... hmm, wait now I can connect okay with Firefox, as I go to check the noscript setting for it -- which is currently off. So: four times in a row it freezes and I have to kill firefox manually. Now finally it works. Opera worked the first time in the midst of the Firefox crashes. Firefox has always worked with php.net before. And now on a sixth test it freezes up again. Seventh test: Turning on JavaScript as the site loads seems to clear the problem; turning it back off, the browser freezes again, same way. Eighth: Yup, that reproduces. With JavaScript blocked the site freezes the browser. In particular the main page cannot be scrolled -- or anything else, really. Suggestion: No site should ever depend on JavaScript running in the browser, especially not a site supporting a programming language which will often enough be used in contexts with JavaScript disabled for security reasons. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jun 15 22:00:02 2026 UTC |
OK, just to summarize in simple terms: - You say, our site works if you browse without noscript (That is our little JavaScript has no problem then) - You say you have 12 years experience in web development, which means you create websites since the W3C was formed - Now excuse me that I assume that noscript strips off the JavaScript, and you should know that what is left in only *markup*, no program code. We only have one script tag on our homepage and noscript reports that it is stripped off (see my screen shot again). - You say your browser freezes on interpreting our *markup*, and that this might be some "timing issue". Since there is no program code running on your computer which is from us, I don't understand why would you blame php.net. Until someone can reproduce your problem, or trace it back to something on php.net, we cannot do anything to this issue, as it works fine for us, even in a very similar environment to yours. You might find upgrading your Firefox and/or Noscript plugin helpful, I have 1.0.6 and 1.1.3 respectively.