+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: Firefox 3

  1. #1
    Administrator Aristotle's Avatar
    Join Date
    March 25th, 2001
    Location
    Washington, DC, USA
    Posts
    12,284

    Firefox 3

    So, how do you like it so far?

    Frankly, I have yet to see anything about it that is better or a real improvement over previous versions. I imagine/hope it runs better "under the hood", but who knows.

    I have already had to find a few hacks to fix some weird behaviors.

    1) cntrl+mouse wheel behaves in the OPPOSITE manner as before. Wheel down used to zoom/increase text size, and up was to decrease. They switched this for some reason. You can fix this by browsing to "about:config" and making the change described here:

    mousewheel.withcontrolkey.action = 3
    mousewheel.withcontrolkey.numlines = -1
    2) The bookmark window is TINY and cannot be resized or moved. I imagine this will need a core change or a nifty add on to entirely replace the bookmarking system. In the meantime, I at least found a hack for making it bigger. Link here.

    Go to your profile folder for Firefox (most likely something like C:\Documents and Settings\USERNAME\Application Data\Mozilla\Profiles\SOME_WEIRD_RANDOM_ASS_KEY\ch rome\).

    Copy the userChrome-example.css file to userChrome.csss

    Then open userChrome.css and add this to the end:

    Code:
    /* Increase initial size of bookmarks panel */
    #editBookmarkPanelContent
    {
    min-width:410px !important;
    
    }
    
    /* Increase size of the expanded bookmarks panel */
    #editBMPanel_folderTree
    {
    min-width:400px !important;
    min-height:400px !important; 
    }
    3) Something is really, really strange with the auto-completion when you type addresses into the address pane. I think I prefer it only looking through my history. Right now it makes all sorts of crazy guesses that I really don't need.
    Capitalization is the difference between "I had to help my Uncle Jack off a horse." and "I had to help my uncle jack off a horse."

    There is never a good time for lazy writing!

  2. #2
    Fire Bellied Toad
    Join Date
    May 20th, 2003
    Location
    Washington DC
    Posts
    1,168
    I had issues getting tabs to load in the background. I had to uninstall 3, install 2 and get it working the way I wanted and then install 3 over the top. After I did that everything was working fine.

    I don't use the bookmark window, so I didn't realize there was an issue there, and I'm on a laptop, so the scroll wheel thing has never been an issue for me. The only issue I had was with tab behavior and I managed to get that to cooperate with me.

    The only improvement I've noticed is that some pages didn't work in 2, which had me looking for an alternative, and so far they all work for me in 3.
    "Believe it or not, I'm a complete catch."

  3. #3
    I read an article in some PC mag (though it wasn't PC Mag), that did an evaluation of FF 3 Beta 5 (official release wasn't out yet), comparing it to the other "top" browsers that are out, including Opera 9.5, IE7, Safari, etc.

    Overall, they rated FF a 5/5. I don't remember the exact details but I remember a mention of its memory management being a huge improvement over 2.0.

    Here's a similar article: http://www.pcmag.com/article2/0,1895,2317304,00.asp

    It looks like a solid improvement pver v2, but Opera is still my preferred

  4. #4
    tadpole
    Join Date
    June 27th, 2003
    Location
    Georgia
    Posts
    80

    Re: Firefox 3

    Originally posted by Aristotle

    3) Something is really, really strange with the auto-completion when you type addresses into the address pane. I think I prefer it only looking through my history. Right now it makes all sorts of crazy guesses that I really don't need.
    From what I have been able to tell, it looks like it is starting to do the DNS lookups for you based on what you are typing in. As you enter the addy, it narrows it down, and since DNS queries are already going on, results are returned much faster.

    I know I've noticed an improvement in load times over v2 and any other browser I've used to date.

  5. #5
    Bullfrog
    Join Date
    June 5th, 2003
    Location
    New Jersey, USA
    Posts
    774

    Re: Re: Firefox 3

    Originally posted by Kerrida
    From what I have been able to tell, it looks like it is starting to do the DNS lookups for you based on what you are typing in. As you enter the addy, it narrows it down, and since DNS queries are already going on, results are returned much faster.

    I know I've noticed an improvement in load times over v2 and any other browser I've used to date.
    I love how the new auto-complete searches bookmarks as well as history. I'd rather use auto-complete to hit a bookmark than navigate through a menu tree. I also clear history each time I exit the browser, so auto-complete based on history alone isn't very useful.

    Obviously not everyone likes the new functionality, and there was supposed to be an option to use the old way. It was pulled for the current Firefox version, but this link might be useful for those who want the old behavior:

    http://mozillalinks.org/wp/2008/06/9...-location-bar/
    Last edited by Talsek; July 14th, 2008 at 09:00 AM.

  6. #6
    Administrator Aristotle's Avatar
    Join Date
    March 25th, 2001
    Location
    Washington, DC, USA
    Posts
    12,284

    Re: Firefox 3

    Originally posted by Aristotle

    1) cntrl+mouse wheel behaves in the OPPOSITE manner as before. Wheel down used to zoom/increase text size, and up was to decrease. They switched this for some reason. You can fix this by browsing to "about:config" and making the change described here:
    I finally updated up my desktop, and then I did this fix.

    The thing is, this does ZOOM, whereas before it did text size. Anyone know if it is possible to make mouse whel scrolling do text size? The zooming in is making graphics and such look really messed up.
    Capitalization is the difference between "I had to help my Uncle Jack off a horse." and "I had to help my uncle jack off a horse."

    There is never a good time for lazy writing!

  7. #7
    Moderator
    Join Date
    August 8th, 2003
    Location
    Melbourne, Australia
    Posts
    4,210

    Re: Re: Firefox 3

    Originally posted by Aristotle
    I finally updated up my desktop, and then I did this fix.

    The thing is, this does ZOOM, whereas before it did text size. Anyone know if it is possible to make mouse whel scrolling do text size? The zooming in is making graphics and such look really messed up.
    It's an option. View|Zoom|Zoom text only.

    http://support.mozilla.com/en-US/kb/Text+Zoom
    The man who gets angry at the right things and with the right people, and in the right way and at the right time and for the right length of time, is commended. - Aristotle (but not the Aristotle you're thinking of)

    The important thing is not to stop questioning. Curiosity has its own reason for existing. - Albert Einstein
    Mainly to keep a lid on the world's cat population. - Anon

    I pressed the Ctrl key, but I'm still not in control!

  8. #8
    Administrator Aristotle's Avatar
    Join Date
    March 25th, 2001
    Location
    Washington, DC, USA
    Posts
    12,284
    Yeah I found it soon after posting. So far I don't see any benefits from Firefox 3 and a whole lot of annoyances.
    Capitalization is the difference between "I had to help my Uncle Jack off a horse." and "I had to help my uncle jack off a horse."

    There is never a good time for lazy writing!

  9. #9
    It seems like things may be loading a little faster, but maybe I'm giving it too much credit. Right now, I'm not liking it over all because it's trying to be too smart. And does anyone really need a GIGANTIC back button?

  10. #10
    Tree Frog
    Join Date
    March 8th, 2007
    Location
    Winnipeg MB Canada
    Posts
    155
    Not sure if it was available on Firefox 2, but the Fire Gestures Add-on is my new love.
    "Ever wonder why broccoli is reluctant to play checkers?

    The answer is in trepidation. We are creatures of shoelace, lost in purple.

    The koala knows..."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts