Pop-up is blocked even when pop-ups are allowed
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: Dancrdave2, Unassigned)
Details
Attachments
(1 file)
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
Reporter | ||
Comment 3•15 years ago
|
||
Reporter | ||
Comment 4•15 years ago
|
||
Reporter | ||
Comment 5•15 years ago
|
||
Comment 6•15 years ago
|
||
Updated•15 years ago
|
Comment 10•14 years ago
|
||
Comment 11•13 years ago
|
||
Comment 12•13 years ago
|
||
Comment 13•13 years ago
|
||
Comment 14•13 years ago
|
||
Comment 15•8 years ago
|
||
Comment 16•8 years ago
|
||
Comment 17•4 years ago
|
||
I am encountering this issue again. To test the high-load behavior of a web application, where the bar for what triggers a "high load" condition has been set intentionally low enough to be overcome by one browser, I have a script that generates a whole bunch of popup windows. This script is embedded in a page which is specifically on the popup blocker whitelist, AND the popup blocker is then turned off completely. When run, most popups are permitted, but a small fraction of them do get blocked, with the information bar alert saying that the browser prevented the site from opening <n> popup windows, similar to what was shown by OP. Each popup waits for the page to load, then waits some additional time (e.g. 1 sec) and then closes itself, so the total number of open tabs does not get too high (remains <100). The fraction of blocked popups is small - I haven't measured but I think it's <1%. In most cases, there is a time-gap (built into the script) between opening new tabs, but processing delays sometimes lead to two tabs opening in quicker succession and this seems to increase the probability of a block. If there are a higher number of dead tabs open (page did not load correctly due to non-robust high-load behavior, so the tab did not close itself) and/or if the script has been running for a longer period of time, this also seems to increase the probability.
Unfortunately I can't share the original script set here, but it should be replicable with the description.
Somewhere in the code, there is definitely still pop-up blocking happening even when the pop-up blocker is disabled and all popups should be allowed.
Comment 18•3 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Comment 19•3 years ago
|
||
Hi WBT,
I think the original reporter may have been confusing redirect blocking with popup blocking - at least, based on the original comment 0 and screenshot. What you're reporting in comment 17 sounds different from the original report, and should probably get filed as a new bug.
Also, it is unfortunate that you cannot provide the example script that reproduces the issue - are you able to provide some small pieces of it?
Comment 20•3 years ago
•
|
||
@MikeConley I unfortunately cannot provide that example script that led to observing the issue, but think it is described in sufficient detail so as to permit re-creation. Note that all the spawned popups are from the same server so it's not like it's blocking some sites and permitting others; it's blocking a small percentage of popups for one site while still permitting most of the others for the same site.
While it is possible OP may have been confusing popup blocking with redirect blocking, the issue summary is exactly correct and it seemed like filing this separately would've resulted in closure as duplicate. The main point is that some pop-up blocking is still happening somewhere in the code that these controls don't apply to.
Description
•