Closed
Bug 224708
Opened 21 years ago
Closed 21 years ago
Mouseover Pop-up Not Blocked
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 152167
People
(Reporter: nikijodie, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Just doing some pop-up tests and found this site that executes a pop-up when you
mouse-over the text. It isn't blocked.
Here is the page source, just in case it disappears
<head>
<title>PopupTest 4 - test your popup killer software</title>
<link REL="SHORTCUT ICON" HREF="http://www.popuptest.com/favicon.ico">
<script language="JavaScript">
<!--
var useHeight = 105;
function stopError() { return true; }
window.onerror = stopError;
function popup(url, yes) {
if (document.screen) { useHeight = screen.availHeight }
var bannerX = 5; var bannerY = useHeight - 10;
window.open(url, yes,
'resizeable=no,scrollbars=no,width=600,height=130,innerWidth=600,innerHeight=130,titlebar=no,screenX='+bannerX+',screenY='+bannerY+',left='+bannerX+',top='+bannerY);
}
-->
</script>
</head>
<body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>
<table width="100%" bgcolor="#000000"><tr><td><a
HREF="http://www.popuptest.com/"><img src="/images/popuptestlogo.gif"
alt="PopupTest" width="248" height="112" border="0"></a></td></tr></table>
<br><br><br>
<br><br><br><br>
<table width="500" border="0" cellspacing="0" cellpadding="4" align="center"
bgcolor=#ffffff>
<tr><td style="font-size:13px;font-family:arial,tahoma;">
<b><font face=arial size=4><b><a href="#"
onclick="popup('http://www.popuptest.com/popup9.html',
'_');popup('http://www.popuptest.com/popup10.html', '_blank');return false"
onmouseover="popup('http://www.popuptest.com/popup9.html',
'_blank');popup('http://www.popuptest.com/popup10.html', '_yahoo');return
false">Mouseover PopUp</a></b></font><br>
</b><br>Hold your mouse over the link and it will pop!
<br>
<form>
<input TYPE="button" VALUE=" BACK " onClick="history.go(-1)">
</form>
</td></tr></table>
</body></html>
Reproducible: Always
Steps to Reproduce:
1. Open the site http://www.popuptest.com/popuptest4.html
2. Drag your cursor over the text "Mouseover Pop-up"
Actual Results:
3. Notice that a new pop-up window is displayed instead of being blocked.
4. Repeat for the same result every mouseover
Expected Results:
The pop-up windows should be blocked and not show at all
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 152167 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•