Closed
Bug 133871
Opened 24 years ago
Closed 24 years ago
Pref to deny popups not honored
Categories
(SeaMonkey :: Preferences, defect)
SeaMonkey
Preferences
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 132031
People
(Reporter: fz.2009, Assigned: bugs)
References
()
Details
Attachments
(1 file)
|
61.23 KB,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; Darwin Power Macintosh; en-US; rv:0.9.9+)
Gecko/20020313
BuildID: (CVS from last week; also checked with 0.9.8)
Reproducible: Always
Steps to Reproduce:
1. Have Preferences > Advanced > Scripts & Windows > Allow scripts to Open
unrequested windows UNCHECKED
2. Go to http://nytimes.com
Actual Results: A popunder window opens
Expected Results: No popunder window opens
1) Reproducing this may require nuking cookies from nytimes and/or doubleclick,
and getting the same page I got. (I'll next attach an actual copy of it.)
2) My prefs.js does have the line user_pref("dom.disable_open_during_load",
true); it does correctly prevent the popups from, e.g., http://home.netscape.com
3) Relevant code (?):
http://lxr.mozilla.org/seamonkey/search?string=disable_open_during_load
Offending tag is all the way down the page:
<img src="http://graphics4.nytimes.com/ads/usga/blank.gif"
onLoad="window.open('http://ad.doubleclick.net/adi/N2870.ny/B961809;sz=720x300;ord=2002.03.27.13.04.44','MyWindow','toolbar=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=720,height=300,
top=0');window.focus();" BORDER=0">
Comment 2•24 years ago
|
||
This was fixed in a seperate bug ... I'll dupe this in a second if i find the #
Comment 3•24 years ago
|
||
There's no UI for this yet ... check bug 126224 for more info
*** This bug has been marked as a duplicate of 126224 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Wow thanks, that was fast.
Obviously I agree with those who commented in bug 126224 that the current UI
doesn't do what it claims, so I'll (attempt to) mark this as a dupe of bug
132031 instead.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
*** This bug has been marked as a duplicate of 132031 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•