Closed Bug 1178495 Opened 9 years ago Closed 9 years ago

popup blocker does not blocks popups

Categories

(Core :: DOM: Events, defect)

41 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 565104

People

(Reporter: atiware, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/41.0
Build ID: 20150629030210

Steps to reproduce:

1. opened www.swoodoo.ch
2. entered start and destination airport, start and return date
3. pressed the red "suchen" button (german for search)


Actual results:

two, occasionally three popup windows opened behind the active browser window


Expected results:

all popup windows should be blocked and no popup windows should open.
the popupblocker is on in preferences, the list of exceptions is empty
The pop-up blocker tries to block unrequested pop-ups. Pop-ups opened by user action like a mouse click are considered requested, so they won't be blocked.

You can prevent all pop-ups from opening by setting dom.popup_allowed_events to an empty value in about:config. This will also block requested pop-ups, links that would normally open in a new tab because of the target="_blank" attribute, and the file picker for file uploads.

Bug 565104 covers pop-ups opening in response to clicks in general.
Bug 675574 covers multiple pop-ups in response to a single click.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Component: Untriaged → DOM: Events
OS: Unspecified → All
Product: Firefox → Core
Hardware: Unspecified → All
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.