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)

1.5.0.x Branch
x86
Windows XP
defect
Not set
minor

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
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050908
Firefox/1.4 ID:2005090806

WFM
(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>
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 ?

(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?  
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.