Closed
Bug 307730
Opened 19 years ago
Closed 19 years ago
FF doesn't block all popups on http://www.goldesel.to/
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mailbox, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 FF doesn't block all popups on http://www.goldesel.to/ It blocks 1, but 2 popups are opening... Reproducible: Always
Comment 1•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 ID:2005090806 WFM
| Reporter | ||
Comment 2•19 years ago
|
||
(In reply to comment #1) > Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050908 > Firefox/1.4 ID:2005090806 > > WFM I've just looked into sourcecode of that page and I saw this. Perhaps that's the problem? But I can't explain why your FF blocks this and mine not. <script language="JavaScript"> <!-- function now() { window.location.href="index.php"; window.open("http://www.code-server.biz/p/index.php","spons2xxx333","toolbar=0,status=0,scrollbars=yes,resizable=1,width=800,height=600,top=1999"); window.focus(); } //--> </script>
Comment 3•19 years ago
|
||
You first get a CSS overlap (this is no popup !) and if you click the enter link you get a popup but that can`t be blocked because you requested it with the click. (this bug is invalid if you mean this 2) I see this with a 1week old Seamonkey CVS trunk. Reporter Do you see something different ?
| Reporter | ||
Comment 4•19 years ago
|
||
(In reply to comment #3) > You first get a CSS overlap (this is no popup !) and if you click the enter > link you get a popup but that can`t be blocked because you requested it with > the click. > (this bug is invalid if you mean this 2) Yes, I meant these two popups... how can I block them nevertheless?
Comment 5•19 years ago
|
||
Should be marked INVALID alternativly duplicate of bug 103843. As for the only popup that actually appears that is what's talked about in Bug 103843 the one that exists when entering the site is part of the page layout. (Reporter: Only way I can think of to get rid of it is with the extension Greasemonkey and write yourself a script/alteration of the page that does it for you)
(In reply to comment #4) > (In reply to comment #3) > > You first get a CSS overlap (this is no popup !) and if you click the enter > > link you get a popup but that can`t be blocked because you requested it with > > the click. > > (this bug is invalid if you mean this 2) > > Yes, I meant these two popups... how can I block them nevertheless? > Resolving as INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Version: unspecified → 1.5 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•