Firefox 1.5 RC1 Released
jgaynor writes "The Firefox team took another step towards version 1.5 this morning as it made public release candidate 1 of it's popular browser. Users running 1.5 beta should have already received notice via an automated update dialogue box. New features include improved Pop-up blocking, enhanced automated update, better OS X support and faster back and forward page navigation buttons. A full list of features can be found in the release notes as well as the downloaded page." My copy is 24 seconds away from downloaded ;)
I got the Beta 2. Can I upgrade via it's upgrade function? If so, how? I see a button for "Upgrade History" but none for "Check Now".
IE 7 (beta) still has some pretty sweet features that this version of Firefox doesn't. One of the coolest is the feature that lets you quickly see an image of all open tabs. For the common end user, another is the phishing filter, which is pretty good.
I wish Firefox added more cutting edge stuff. MS will win the war if this is what is going to compete against IE 7.
Maybe in the final release we will see some better features added.
improved Pop-up blocking
I am *really* looking forward to pop-up blocking improvements. It seems that when I first started using firefox (back in the early days) it caught the vast majority of pop-ups. That situation seems to have gotten worse lately. For example, I visit a certain guitar tab web site. Let's say I want to view 10 different tabs at once... using Firefox's tabs, I just click away. Unfortunately, this also means I'm greated with 10 new pop ups. This happens every time and has really brought back the days before firefox (and no pop-up blocker).
-Rob
Biblical fiscal responsibility
This is kind of off-topic but also very much on topic, because it does involve firefox update.
Does anyone know how to make SVG files, you know, scalable?
If I put images to web pages with <img> tag, and specify width and height, the image gets scaled.
But if I do what is recommended for SVG - that is, I create a PNG rendering of the image for backwards compatibility, then use <object data="foo.svg" ...><image src="foo.png" .../></object>, with width and height specified on both img and object tags, I get a properly scaled PNG image in Firefox 1.0 (which can't interpret the object type in question, so it falls back to the <img> tag, it as it should), and an improperly scaled SVG image in Firefox 1.5 and all other SVG browsers. Some SVG-enabled browsers (MSIE with AdobeSVG, FF1.0 with Inkscape plugin) show original-size SVG images, FF1.5 seems to be really nice and shows scrollbars on the image.
I tried making a small SVG file which uses <foreignObject> to scale the picture, but it didn't seem to work at all with SVG images in FF1.5, plus, it was an awful hack!
So what's supposed to be the web-standards-compliant trick of placing and arbitrary-sized SVG image on a web site, then having the browser scale the frigging scalable vector graphic file to the specified width and height?
I've looked around everywhere, nobody seems to know - anybody here know?
Theres an annoying bug that prevents the status bar from displaying the link I'm hovering over.
8
I already have the tickbox for "Change status bar text" unticked - ie javascript should not change the status bar.
If the site includes onmouseover type events (even with simple return false code) then it cancels the javascript display but the URL never displays.
Its damn annoying.
and no, installing greasemonkey and using the noblindlink type scripts don't work now because nothing can touch the document.on* events (due to the new handling of the DOM within FF (They can however remove the on* events from the A elements, so is a partial fix)
Its been in bugzilla since 2000, what chance I can have it fixed before this release?
https://bugzilla.mozilla.org/show_bug.cgi?id=4083
(not as a direct link...)
liqbase