საიტის გასაუმჯობესებელი სამუშაოების მიმდინარეობისას, შესაძლებლობების ნაწილი შეიზღუდება. თუ სტატიით ვერ მოახერხებ ხარვეზის გამოსწორება და შეკითხვის დასმა გსურთ, ჩვენი მხარდაჭერის გუნდი დაგეხმარებათ @FirefoxSupport გვერდის მეშვეობით Twitter-ზე და /r/firefox განყოფილებაში Reddit-ზე.

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

Private Window doesn't allow multiple windows open

  • 8 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 16 ნახვა
  • ბოლოს გამოეხმაურა IBTrey001

Hi,

I'm trying to develop something in my localhost site. To cross the T's and dot the I's I'm testing it in a private window and for the first time, it doesn't like it.

I can open the first pop up, but I use multiple window.opens with unique window names to create multiple popups. When I get to my second popup that I'm trying to test, it comes up with the "Firefox Developer Edition prevented this site from opening a pop-up window" message with the options button in the top right. Clicking this and going to "Edit pop-up Blocker Options" takes me to that allowed sites window.

I've added my site in 3 ways:

http://localhost http://mydomain.local http://127.0.0.1

and still Firefox Developer Edition (in private mode only) blocks the popup.

Any ideas of what I can do to help fix it?

Hi, I'm trying to develop something in my localhost site. To cross the T's and dot the I's I'm testing it in a private window and for the first time, it doesn't like it. I can open the first pop up, but I use multiple window.opens with unique window names to create multiple popups. When I get to my second popup that I'm trying to test, it comes up with the "Firefox Developer Edition prevented this site from opening a pop-up window" message with the options button in the top right. Clicking this and going to "Edit pop-up Blocker Options" takes me to that allowed sites window. I've added my site in 3 ways: http://localhost http://mydomain.local http://127.0.0.1 and still Firefox Developer Edition (in private mode only) blocks the popup. Any ideas of what I can do to help fix it?

ყველა პასუხი (8)

Could you try adding the exception through the Permissions panel of the Page Info dialog. While you are on the page that is going to call window.open() and before you trigger it, you can call up the dialog using any of these:

  • right-click a blank area of the page and choose View Page Info > Permissions
  • (menu bar) Tools menu > Page Info > Permissions
  • click the padlock or "i" icon to the left of the site address, then the ">" icon, then More Information > Permissions

Scroll down to "Open Pop-up Windows" and uncheck the "Use default" box, and then select the Allow permission.

There's no Save button in this dialog, it should be saved in real time as you make changes. However, I'm not sure everything is retained once your private session ends.

Hi Jscher,

I went to the page and it's already unticked. :S

Perhaps this is a new issue with using specific named windows. I assume using "_blank" doesn't cause this problem?

I think it is new - I was able to do this earlier this week and it was updated.. yesterday? or maybe the day before so might be new bug introduced then

I haven't tested _blank yet

Does it make a difference whether multi-process is enabled or disabled?

  • browser.tabs.remote.autostart.2 = true/false

I tried changing the setting to no avail :(

Does it work if you allow all pop-ups?

yes, I've allowed pop-ups and added the domain / ips to allowed sites to no avail