Firefox Open a new tab instead of a pop window?

19,072

Solution 1

I was having the same exact problem, but only with Firefox (3.*+) after a certain date and only on my Mac (Windows machines worked fine). Finally, I used the guest account on my Mac and saw that Firefox worked properly, so I tried disabling all extensions, to no avail. Finally, I manually searched through the about:config properties for anything that looked suspicious or non-default. As it turns out, I think I must have installed an extension that tweaked the browser.link.open_newwindow.restriction property to 0 (instead of the default of 2) - once I changed it back, all was well. See the following for a thorough explanation of this property - which seems to be unexposed through Firefox's other tab/popup/window UI options:

http://kb.mozillazine.org/Browser.link.open_newwindow.restriction

Solution 2

For future searchers who find this question, there is a setting that you can toggle that opens all new windows in a new tab in Firefox.

Firefox Menu>Options>Tabs>Open new windows in a new tab instead - and un-check that check-box.

Switching between browsers for testing, I didn't realize there was that setting.

Share:
19,072

Related videos on Youtube

micate
Author by

micate

Updated on June 04, 2022

Comments

  • micate
    micate almost 2 years

    I found that in recent version of Firefox, there was add a setting called "Open new windows in a new tab instead".

    When I keep it on, all the pop windows(Using javascript "window.open" function opened) opened in a new tab, which I realy need opened in a pop window(With settings like "menubar=no" and etc.). Some normal links with "target="_blank" attribute will open in new window if I keep it off.

    So, is anyone here knows whether it's a bug or maybe I mistake someting?

    Thanks.

  • bgmCoder
    bgmCoder about 7 years
    For me, I have that setting set in options, but for some reason Firefox is overriding it or ignoring it.

Related