Firefox 29
251–260 of 517 posts
Re: Firefox 29
#252Earlier quoted context omitted.
> Separate address and search bars is old-fashioned. > As a user, I don't want to have to make this > distinction, and it's hard to imagine most > users-on-street wouldn't find this confusing Although a UI problem, this is actually a privacy feature. As you type into the search bar, autocomplete queries are sent to the search provider. This happens even if your intention was not to search, but just to enter URL manua…
Just make your own custom search keywords (right-click site's search box>Add a keyword for this search). Uses no autocomplete, and is much more time-saving than a separate search box. I have around 30 set up, from Wikipedia (w) to Google Image Search (gis), etc.
As power users, we tend to ignore the power of default settings. Their values have to be chosen carefully because only a small part of the public are even aware of them.
Several commenters here seem to imply that they shouldn't be the ones personalising their browsers. Turns out it's the other way around: they are the ones who know how to personalise it, whereas defaults should be about users who don't know how to do it.
Re: Firefox 29
#253I love Firefox -- for what it's done, what it represents, and what it helps guard against. I have fond memories of those early versions of Firefox (nee Firebird) that busted open the IE monopoly, and where hands-down the best browser going at the time. But it's never felt very good on the Mac to me, and it still doesn't. Here's a few early thoughts on this release, from the perspective of a happy Safari user, w/ a pr…
Re: Firefox 29
#254Can Firefox get a sandbox for tabs already? It may be the more privacy-friendly browser, but it's far from being the most secure, it seems, and that's mainly because of its lack of a sandbox: http://www.extremetech.com/computing/178587-firefox-is-still...
Re: Firefox 29
#255If you want a highly customizable browser, Firefox is it. Chrome is in its infancy when it comes to customization and they often make decisions that prevent power users from taking advantage of their browsing experience. For example, they've disabled custom stylesheets in recent releases despite a clear indication that people were sharing themes, they have very old bugs that don't get resolved (like the stupid white…
The Stylish extension works fine for me http://userstyles.org/
Re: Firefox 29
#256Earlier quoted context omitted.
The Customize mode seems fairly flexible, for shuffling things between the three fixed-position bars, ie. the menu, navigation and bookmarks bars (probably the tab bar as well though I don't use tabs myself). I wonder why you can't just add new blank bars, at either the top or bottom, to fill up to your heart's content with that same Customize mode. That would undo most of the need for things like Status-4-Evar. This…
Actually, they also removed the ability to disable the navigation bar, which is very annoying for me because I use Vimperator. It can be removed by installing an extension, but I don't understand why they would remove this functionality.
Re: Firefox 29
#257I love Firefox -- for what it's done, what it represents, and what it helps guard against. I have fond memories of those early versions of Firefox (nee Firebird) that busted open the IE monopoly, and where hands-down the best browser going at the time. But it's never felt very good on the Mac to me, and it still doesn't. Here's a few early thoughts on this release, from the perspective of a happy Safari user, w/ a pr…
Monopoly? Before Firefox/Firebird there was Netscape Navigator, which was to be the "Mosaic killer" (hence "Mozilla").
IE was never the only browser around, even on Windows.
Re: Firefox 29
#258Earlier quoted context omitted.
But that's not full screen though. That's maximize, you are incorrect. http://i.imgur.com/lO0g7oS.gif
Interesting. I've never seen this before and the only references I've been able to find on it in a quick search was a compiz setting in 12.04. Is this built in to the stock ubuntu releases? If so, what version?
I'm using Firefox with the borders set off right now. This gives me a window with no external chrome (no border, no titlebar, no buttons, no scroll area) but set with the standard KDE application bar (which I keep at the bottom a la Win95).
Indeed before Firefox ditched the menubar I used an app to get the same effect pinching a lot of real-estate back (titlebar, menubar, buttonbar). It's interesting that things have moved this way, though not surprising.
Re: Firefox 29
#259What's this about the status bar / add-on bar gone? The main reason why I use Status-4-Evar is because when I hover over a link I don't want that link to pop-over the page content, which is what Chrome did first, then Firefox copied like sheep. It's distracting, like a tiny little pop-over in the corner of your eye. I like having URLs show in a status bar separate to the main web window. It's out of the way, and I ju…
They started following the Chrome screwed-up-statusbar a long time ago. It's like noone in the webdev space knows the basic usability adage, "Don't use popups!". The Chrome-style hover-status thing is a popup. Statusbars are correct.
Re: Firefox 29
#260Overall I love the redesign, but I wish they would have compacted the top chrome a bit so it matches the height of other major browsers. Firefox has slightly taller chrome for no good reason, as seen in this picture: http://i.imgur.com/BlPRitn.png When I'm doing cross browser development I want my stuff to line up in all three browsers. At least Firefox no longer has the heaviest browser chrome. Safari wins that dubi…
You can reduce it because yes it is useless. Something like this (one of these is pointless but I can't remember which one..) /* correct titlebar icons position */ #titlebar-content > * { margin-top: -6px; } /* Reduce the padding between the URL bar and the tabs/content */ #nav-bar-customization-target { margin-top: -2px !important; margin-bottom: -2px !important; }