Closed
Bug 783012
Opened 12 years ago
Closed 12 years ago
Check PopUp
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 675574
People
(Reporter: longrifle0x, Unassigned)
Details
(Keywords: csectype-dos, sec-other)
Attachments
(1 file)
326 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.77 Safari/537.1
Steps to reproduce:
<h1>Check Pop Ups!</h1>
<body onload="setTimeout('pop_new()',3000)">
<script>
var moused = false;
function pop_new() {
window.open('about:blank','_blank');
}
</script>
<li>*<a href="#" onclick="for (i=0;i<10;i++) pop_new()">Click here</a>and see how many windows may
be opened in response to one click. I think 10 :P <p>
Actual results:
Will open 10 new window
Comment 3•12 years ago
|
||
It does pop up a bunch of new tabs when you click once.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•12 years ago
|
||
Pop ups are an annoyance, not a security problem.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•12 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•