Earlier quoted context omitted.
But developers shouldn't have to implement extra functionality for the < 1% [citation needed] of people who browse without JS .
If it doesn't work without JS, is it going to work in a screen reader? Should developers have to implement extra functionality for the Nobody is forcing developers to give a damn about accessibility, but it's a bit sad that so many have thrown graceful degradation out the window.
"Disable Javascript" option removed in Firefox 23
191–200 of 373 posts
Re: "Disable Javascript" option removed in Firefox 23
#192Earlier quoted context omitted.
But developers shouldn't have to implement extra functionality for the < 1% [citation needed] of people who browse without JS .
If it doesn't work without JS, is it going to work in a screen reader? Should developers have to implement extra functionality for the Nobody is forcing developers to give a damn about accessibility, but it's a bit sad that so many have thrown graceful degradation out the window.
Re: "Disable Javascript" option removed in Firefox 23
#193Earlier quoted context omitted.
The other thing Alex posted is firefox really gives you no indication of why the internet looks weird and is breaking left and right. So you can disable js or images or ssl and unless you're lucky enough to know a programmer or IT person really have no guide to undoing whatever happened.
If "the internet" is suddenly breaking left and right after you've disabled certain features wouldn't you try re-enabling the features?
If you think users aren't that stupid, you're wrong, they are that stupid. If you think people should not use the Internet if they don't understand that much, then you're suggesting kicking a large chunk of the population off the Internet. If you work in IT, kicking a lot of people off the Internet is a surefire way to reduce your industry's size.
Re: "Disable Javascript" option removed in Firefox 23
#194Earlier quoted context omitted.
I think that would be easy to fix using only HTML, if the refresh used an anchor tag to your comment.
But would always require a complete page reload. Not that most web apps wouldn't implement it that way to begin with anyway, but this would be the only choice with a HTML-only site.
Re: "Disable Javascript" option removed in Firefox 23
#195Here's the bug where the option was removed: https://bugzilla.mozilla.org/show_bug.cgi?id=851702 Limi's blog post "Checkboxes that kill your product" is cited in the bug as a good explanation of the motivation behind this: http://limi.net/checkboxes-that-kill/ The option has been added to the DevTools for developers who find it useful: https://bugzilla.mozilla.org/show_bug.cgi?id=864249 And of course addons like NoSc…
Sure, blame the 'checkboxes' and not your own failure to handle disabled js gracefully. I'd be mad about this, except I haven't used firefox in years. One less reason to go back I guess.
Re: "Disable Javascript" option removed in Firefox 23
#196Earlier quoted context omitted.
That is a terribly user-unfriendly design decision because it does not distinguish between failure modes. Maybe your site is broken because I am running noscript or maybe it broken because it is mis-configured or recently hacked or my ISP's proxy is black-holing things or a dozen other things that could go wrong. The point is that it is relatively trivial for the developer to add automated checks for per-requisites a…
[body] [noscript]This site requires cookies and javascript to function properly[/noscript] ... [/body] Problem solved.
Re: "Disable Javascript" option removed in Firefox 23
#197Firefox is the most customizable browser available. It's about time they cleaned-up their Preferences panel and leave that stuff for extensions to tackle. I personally never disabled Javascript from the Preferences panel because I never find anything in that panel. To disable Javascript, I use the Web Developer toolbar, which is much more convenient, although not convenient enough - since one might want to enable/dis…
Have you tried opera (not the latest Chrome-bastard but earlier versions)? I'd challenge your statement, opera seems much more customizable to me.
Name another browser where the Firebug-like functionality is an extension and not something built-in.
Re: "Disable Javascript" option removed in Firefox 23
#198Firefox is the most customizable browser available. It's about time they cleaned-up their Preferences panel and leave that stuff for extensions to tackle. I personally never disabled Javascript from the Preferences panel because I never find anything in that panel. To disable Javascript, I use the Web Developer toolbar, which is much more convenient, although not convenient enough - since one might want to enable/dis…
As for enabling it by domain, check out the "noscript" extension. I've been running it for a couple years and it (a) lets you see from which domains a page is loading Javascript files and (b) lets you enable/disable Javascript from particular domains. I've never enabled facebook.com, for instance, since I don't have an account there and I don't like the idea that every page out there with a "like" button is tracking me.
Re: "Disable Javascript" option removed in Firefox 23
#199Earlier quoted context omitted.
"Advanced settings" dialogs tend to indicate poorly-thought-out interface design. Rather than demonstrating careful attention to what features are useful and important enough to ship, they become dumping grounds for "something someone asked for once".
So well thought out interface design is ignoring subsets of users and unifying everyone to one common set of behavior. Imagine if Excel employed this philosophy. It wouldn't be useful to anyone.
Re: "Disable Javascript" option removed in Firefox 23
#200Here's a very relevant blog post by Alex Limi of Mozilla: http://limi.net/checkboxes-that-kill/ Most sites these days that aren’t just displaying content will fail in interesting & mysterious ways if you don’t have JavaScript enabled. For the general population, Firefox will appear broken. And yes, I know that some people have reasons (privacy, web development) to turn off JavaScript. There are many add-ons that can…
I have to say that this article is actually quite terrible, as is the opinion that any option that might ever be confusing to a user is an option that shouldn't ship with the product. The thesis of the article is: "Well, we have met the enemy, and he is us.* In the currently shipping version, Firefox ships with many options that will render the browser unusable to most people, right in the main settings ui." The solu…
Though most casual users I know avoid GUI configuration all the same, so I don't really see the issue here.