为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

open new link launches new browser when it shouldn't

more options

Am upgrading versions one by one because I have an issue with FF logging me out of all my sites usually after a couple of days, 41 seems to be stable so far. Just updated from 41.0 to 42.0 and have a new problem. When I click a link it opens a new browser instead of opening a new tab. Visit website dvdpricesearch.com - find a movie, click the title, within the popup tell it you want to buy it from one of the sites listed, such as Amazon. Open new windows in a new tab instead is enabled.

Am upgrading versions one by one because I have an issue with FF logging me out of all my sites usually after a couple of days, 41 seems to be stable so far. Just updated from 41.0 to 42.0 and have a new problem. When I click a link it opens a new browser instead of opening a new tab. Visit website dvdpricesearch.com - find a movie, click the title, within the popup tell it you want to buy it from one of the sites listed, such as Amazon. Open new windows in a new tab instead is enabled.

所有回复 (1)

more options

If I understand the steps correctly, I can't replicate that in Firefox 47.

Step #1: Click a link to a movie title. The site launches a popup window with the results using a script:

window.open(link, 'priceWin', 'toolbar=no,scrollbars=yes,status=yes,resizable=yes,width=580,height=600')

The site re-uses the popup for future titles.

Step #2: Click a price in the popup and the site opens in a new tab in the main window

The popup re-uses the tab for other stores you try to view.

With the default "tab instead" setting, the store page should not open in a third window. Could you re-test starting from a new window (Ctrl+n) in case there is something peculiar about the window you started in?


I noticed something interesting about this site because of a setting I customized. You can change what Step #2 does to opening a tab in the popup window instead. This involves blocking the site from hiding the full toolbar. If you want to try that, here's how:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful.

(2) In the search box above the list, type or paste open_f and pause while the list is filtered

(3) Double-click the dom.disable_window_open_feature.toolbar preference to switch it from false to true (meaning, disable sites from deciding whether the toolbar is visible)

If you close the popup and launch it again, Firefox should display the full toolbar, and should open the store links in a tab in that same window.