Closed
Bug 160652
Opened 24 years ago
Closed 23 years ago
onMouseOver popups do not disable
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 152167
People
(Reporter: selcuk, Assigned: rogerl)
Details
Release 2002072104 and before on Windows 2000.
Even if you disable "Allow scripts to: open unrequested windows", a popup script
triggered by an onMouseOver event still works. Normally an onMouseOver should be
regarded as "unrequested" too.
Comment 1•24 years ago
|
||
You can use this preference: dom.disable_open_click_delay, but it will be
changed to a more generic way of blocking popups in the future.
*** This bug has been marked as a duplicate of 126224 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 2•24 years ago
|
||
Verified duplicate. This issue has come up a lot lately -
selcuk@hotmail.com : you have been cc'ed on the other bug so you
can follow its progress. In the future, please try to include a
URL or a sample testcase in your report - otherwise, we have nothing
to go on; thanks -
Status: RESOLVED → VERIFIED
Updated•23 years ago
|
Status: VERIFIED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 3•23 years ago
|
||
This is actually a dup of bug 152167.
Comment 4•23 years ago
|
||
*** This bug has been marked as a duplicate of 152167 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → DUPLICATE
Comment 5•23 years ago
|
||
Verified Duplicate.
Jesse is correct; we erred in the previous duplicate. Bug 126224
has to do with using <img onload> to circumvent pop-up blocking,
whereas this one has to do with the onmouseover event, which is
precisely bug 152167.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•