Closed
Bug 304246
Opened 19 years ago
Closed 19 years ago
Firefox 1.06 (second edition) failed to block popup
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: critchey, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 After receiving the alert tonight to download and install 1.06, which I did download and install last week, the first site I visited presented a popup. I checked and the blocker was turned on. Reproducible: Sometimes Expected Results: should have blocked the popup like it's been doing through the past 3 versions.
Comment 1•19 years ago
|
||
The only "popup" I see is a bogus floating iframe and some weird weird behaviour with JS. Not a true popup, not a security issue either, just annoying use of valid HTML and CSS. Popup blocking has nothing to do with security.
Component: Security → General
QA Contact: firefox → general
WFM with Mozilla 1.7.11, the popup is blocked.
<script language="javascript">
<!--
var randomnumber=Math.round((10-1) * Math.random()) + 1;
if(randomnumber>=8)
{
window.open('http://www.freeware4pc.com','_blank','directories=yes,height=window.height,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,width=window.width');
window.focus();
}
//-->
</script>
Severity: major → normal
Version: unspecified → 1.0 Branch
(In reply to comment #2) > WFM with Mozilla 1.7.11, the popup is blocked. > > <script language="javascript"> > <!-- > var randomnumber=Math.round((10-1) * Math.random()) + 1; > if(randomnumber>=8) > { > > window.open('http://www.freeware4pc.com','_blank','directories=yes,height=window.height,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,width=window.width'); > window.focus(); > } > //--> > </script> > Wgere do I get 1.7.11. This was downloaded last night per the alert and is 1.7.10
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060317 Firefox/2.0a1 WFM
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•