Fix For Firefox 3’s ‘Open in Tabs’ Overwrite Bug

Firefox3bug_thumb5On May 25, 2008, I wrote this post about Firefox 3’s ‘Open in Tabs’ Overwrite Bug. That post has been, by far, the single most accessed post on The Daleisphere.

I’m delighted to report that thanks to Martijn Warger (see comment 57 here), there is now a tiny Firefox extension that completely solves the problem.

The Problem

For as long as I’ve been using Firefox (a couple years now), middle clicking on any group of tabs in a folder would open all the tabs in the group while simultaneously overwriting all currently open tabs – a very valuable function when you routinely browse by folders as I do.

This was the case when when the about:config

browser.tabs.loadFolderAndReplace

option was set to true – its default setting.

From the early Firefox 3 betas up through to the current Firefox 3.0.1 version, this has been broken. No matter how that option was set, opening new tab groups appended the new tabs to open tabs instead of overwriting them (more details in my original post).

The Solution

[June 30,009 Update: Martijn has updated the ReplaceTabs Extension to work with Firefox 3.5. Read about it on the Bugzilla here or download it here. I have tested it both on the iMac and on Windows 7 RC and it works just fine. Do not used the old one crossed-out below if you have Firefox 3.5 or above]

Click here to download/install Martijn’s "ReplaceTabs Extension 1". You will need to open the.xpi file with Firefox to install the extension. after installation, Firefox will need to be restarted for the solution to take affect. Once restarted, make sure the about:config option (see picture below) is set as follows:

browser.tabs.loadFolderAndReplace = true

Continue reading “Fix For Firefox 3’s ‘Open in Tabs’ Overwrite Bug”