Closed
Bug 266306
Opened 20 years ago
Closed 20 years ago
Categories
(www.mozilla.org :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 266277
People
(Reporter: sgtdre, Assigned: djst)
References
()
Details
Browser Behavior
Open external links in new windows or tabs
If another program wants to display a web page in the default browser,
Firefox will reuse an existing window by default, which means that it will
navigate from a page you might be reading. To stop this, add the following code
to your user.js file:
// Stop reusing active windows:
user_pref("advanced.system.supportDDEExec", false);
What about new tabs instead of windows then? If you prefer tabs instead of
windows, you must also install Tabbrowser Extensions, a very powerful extension
that enhances the functionality of the tabbed browsing. After installing the
extension, follow these instructions (make sure you didn't forget to add the
above code to your user.js file):
1. Make sure you didn't forget to add the above code to your user.js file.
2. Select Tools > Extensions, select Tabbrowser Extensions and click the
small Options icon.
3. Expand the Category list and select the topmost sub-item (it's
supposed to read Advanced Tabbed Browsing but the Category list is too narrow).
4. In the Window Mode drop-down listbox, select Use multiple browsers
only when I open them.
Done! Now any link opened by an external program, such as your e-mail
client, will open in new tabs.| Reporter | ||
Comment 1•20 years ago
|
||
Umm im not to sure here, im still a new user of Firefox, but for some reason tab browsing is not working, and the link i followed to upgrade is not found.
OS: All → Windows 98
Hardware: All → PC
Duplicate of Bug 263131. Please resolve it.
Comment 4•20 years ago
|
||
*** This bug has been marked as a duplicate of 266277 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
(In reply to comment #4) > *** This bug has been marked as a duplicate of 266277 *** Not the correct bug, it is Bug 263131.
Updated•16 years ago
|
Product: mozilla.org → Websites
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•