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 ;)
Help > Check for updates
Yeah, right. For me, it keeps downloading and installing the 1.5 beta 2 over and over!
Kudos to the Firefox team. My web browser notified me of this update and it was automatically applied without a hitch.
With bug 275519 "[Mac] Support Command+Option+Arrows for tab switching (like Camino)" they decided to drop support for ctrl+tab under Mac OS X. As it's now a RC let me give you a how-to to reenable ctrl+tab. I hope it's easier in the final release (copied from my comment in https://bugzilla.mozilla.org/show_bug.cgi?id=27551 9).
1) Quit Firefox
2) Go to Firefox.app, Choose Show Package Contents (my Finder show the german
text so I can only guess what's the wording in english) and go to
Contents/MacOS/chrome/
3) Backup toolkit.jar and rename it to toolkit.zip
4) unpack toolkit.zip and go to content/global/bindings/
5) open tabbrowser.xml
6) Replace (in line 1977 in my file)
this.mTabBox.handleCtrlTab = !/Mac/.test(navigator.platform);
with
this.mTabBox.handleCtrlTab = true;
7) Create an archive of the content folder
8) Rename it to toolkit.jar
9) You can now use ctrl+tab again
b4n
Watch your extensions, some seem to not work with latest release. For me, Forecastfox and IE View.... Yes, you can modify the extension to make it work, but it's a bit of a pain and later on seemed to give me problems...
If anyone's curious, here's the changelog from 1.5 Beta 2:
:-moz-read-only and :-moz-read-write pseudoclasses.
New browser features
* 313529 - Support importing home pages from (some) other browsers and multiple versions of Firefox Start.
* 220590 - [Mac] Delete (backspace) key should go back on Mac, too.
New web developer features
* 302188 - Support
* 230909 - Make the dom.max_script_run_time pref work. (This pref controls the "this script is running slowly" dialog.)
New extension developer features
Nothing new since Firefox 1.5 Beta 2.
Notable bug fixes
* 313300 - Change default for browser.link.open_newwindow.restriction from 0 to 2. (Make "Force links that open new windows to open in... new tabs" not apply to window.open with specified width, height, or other features.)
* 312527 - Need to reduce padding for bookmark menu items.
* 245418 - Menus and contextual menus open on wrong screen when using dual screens.
* 312227 - Not able to type in textbox of the main window after download completes.
* 309027 - Saving image does not open the save location window sometimes.
* Many reliability fixes for software update.
* 284474 - Converting to UTF-8 a url with an unescaped non-ASCII chars in the query part leads to an incompaitbilty with most server-side programs. (Fixed by backing out the change for 261929, Send urls in UTF-8 by default (images/links with non-ASCII chacters not displayed).)
* 245392 - Installer options for shortcuts don't work (update/install adds unwanted icons to desktop/quick launch, creates empty folder in start menu).
* 282750 - Extremely slow scrolling of ESPN.com.
* 310825 - window.focus() in a background tab can steal focus from foreground tab.
"A week in the lab saves an hour in the library"
IE7 won't be released until Windows Vista is released (late next year). Firefox 1.5 is coming out this year, and Firefox 2.0 is supposed to come out sometime next year (followed by a 3.0 even I think [???]). I know Ben Goodger has posted and/or linked to roadmaps in the past.. ahha, here it is--
t ml
http://www.mozilla.org/projects/firefox/roadmap.h
So yeah, I think the Firefox crew has some time to add in these new IE7 features (at least the ones that make sense) without having to worry too much.
All I know about Bush is I had a good job when Clinton was president.
You can get the tab preview feature in Firefox through the following extension: (compatible with FFox 1.5RC1)/ index.html
h §ion=A
http://ted.mielczarek.org/code/mozilla/tabpreview
As for phishing, check out these extensions:
https://addons.mozilla.org/quicksearch.php?q=phis
IE has not innovated in a very long time while other have been trying hard to innovate to just get through the market leader-ship barrier that IE has put. It's going to be very challenging for the IE team to introduce any feature that would be outside the "catch-up" with other browser features. I'm glad to see that IE is going to introduce nifty features from all over the place, nonetheless.
It's possible I misunderstood you, but I think the problem may be that the SVG image itself is specifying the size. Look at the element and see if the width/height are being specified. Ideally, the <svg> element should state width="100%" and height="100%". Then this should allow the user agent to properly scale the SVG image inside an <object> tag by specifying the <object>'s width/height. However if the <svg> element specifies width="400px", then maybe you're stuck because the author of the SVG has stated the width is 400 pixels, end of story.
I can't remember what the behavior of the SVG or HTML spec say with respect to this when conflicts occur... Specs like CDF will help to clarify some of these issues.
Something Witty Goes Here
"Dude, what plant are you smoking? I'm pretty sure it was Firefox who came up with tabbed browsing, extensibility for custom applications, integrated pop-up blocking, and many other 'cutting edge' features. "
They were not the first for any of those 3 items you mentioned. Firefox was just playing catchup to other programs out there. It's just that they implemented them properly and all in one application.