Comment 10 for bug 481541

Revision history for this message
In , Syskin (syskin) wrote :

The fix for opening tabs from external applications seems fo be very simple. It
was attachment 159442 that added the code. This diff says:
+ if (!gPrefService.getBoolPref("browser.tabs.loadInBackground"))
+ gBrowser.selectedTab = newTab;
ie it checks for the preference. No reason to do this (in fact, it's a bug),
just remove the 1st line.
Can someone make a diff for that?

The code for left click was added as attachment 159443 . This time, I don't see
this code checking for the preference. I sure hope it won't be difficult to
change...

I'm CCing the author of both patches: Dan M, I hope you don't mind, but it's an
annoying bug :(