Ovo će web mjesto raditi na ograničen način, dok obavljamo održavanje stranice. Ako neki članak ne riješi tvoj problem i ako želiš postaviti pitanje, naša zajednica za podršku spremna je pomoći na Twitteru @FirefoxSupport i na Redditu /r/firefox.

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

Why does user initiated pop-under fails?

  • 1 odgovor
  • 10 ima ovaj problem
  • 2 prikaza
  • Posljednji odgovor od cor-el

more options

This is for Firefox 4 and 5. I know that popunders are disabled. I need to enable "Lower or raise windows" setting in the "Advanced Javascript Settings" to make the popunders work

function pop_under() { window.blur(); window.opener.focus(); }

I understand that it is set to off by default to prevent popunders. But why shouldn't user initiated or user clicked link make the popunder work?

Regular users will not know how to change that setting.

Is there any rationale behind this?

Firefox 4 and 5 are the only ones where there is a draconian measure against the popunder.

This text is directly from the help file: Advanced JavaScript Settings

       Raise or lower windows: Uncheck this option to make sure scripts cannot raise (bring to the front) or lower (send to the back) windows. 

The actual behaviour is reversed. I need to check this feature so that the scripts can raise or lower windows.

I believe this is a serious bug that only exists in Firefox 4 and 5.

This is for Firefox 4 and 5. I know that popunders are disabled. I need to enable "Lower or raise windows" setting in the "Advanced Javascript Settings" to make the popunders work function pop_under() { window.blur(); window.opener.focus(); } I understand that it is set to off by default to prevent popunders. But why shouldn't user initiated or user clicked link make the popunder work? Regular users will not know how to change that setting. Is there any rationale behind this? Firefox 4 and 5 are the only ones where there is a draconian measure against the popunder. This text is directly from the help file: Advanced JavaScript Settings Raise or lower windows: '''Uncheck''' this option to make sure scripts cannot raise (bring to the front) or lower (send to the back) windows. The actual behaviour is reversed. I need to check this feature so that the scripts '''can''' raise or lower windows. I believe this is a serious bug that only exists in Firefox 4 and 5.

Izmjenjeno od bobyu

Svi odgovori (1)

more options

Do you have a page with that code to test?

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