Join the AMA (Ask Me Anything) with Firefox leadership team to talk about Firefox priorities in 2024. Mark your calendar! Thursday, June 13, 17:00 - 19:00 UTC.

Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

New window JavaScript links that specify window size are opening in a new tab instead.

  • 2 yanıt
  • 8 kişi bu sorunu yaşıyor
  • 13 gösterim
  • Son yanıtı yazan: scolford

more options

Before upgrading to 7.0.1, the default option "open windows in a new tab" would only do so for target="_blank" links and JavaScript functions that did not specify new window size. If a JavaScript function included size in the features attributes, a new window would still open for proper display of the new content.

Since upgrading to 7.0.1 on Mac, however, all new window links open in a new tab. Tested on two different Macs and confirmed in the about:config that values were set as follows:

browser.link.open_newwindow=3 browser.link.open_newwindow.restriction=2

Before upgrading to 7.0.1, the default option "open windows in a new tab" would only do so for target="_blank" links and JavaScript functions that did not specify new window size. If a JavaScript function included size in the features attributes, a new window would still open for proper display of the new content. Since upgrading to 7.0.1 on Mac, however, all new window links open in a new tab. Tested on two different Macs and confirmed in the about:config that values were set as follows: browser.link.open_newwindow=3 browser.link.open_newwindow.restriction=2

Seçilen çözüm

No problem here on Linux to open such pop-ups in a new window.

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).

Bu yanıtı konu içinde okuyun 👍 0

Tüm Yanıtlar (2)

more options

Seçilen çözüm

No problem here on Linux to open such pop-ups in a new window.

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).

more options

That didn't actually resolve my problem. I still saw the same behavior in safe mode and the default theme. However, I did figure out that the link I was testing was not scripted in an entirely kosher way. It seems that other browsers and earlier versions of Firefox are more forgiving of syntax errors in JavaScript than FF 7.0.1. If the window.open method is used properly, I've found that it works fine.

Thanks for the help. I'm clicking the "Solved It" button on your answer to close this out.

scolford tarafından tarihinde düzenlendi