Closed
Bug 301497
Opened 19 years ago
Closed 19 years ago
Javascript alert() not triggered within frames.
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 301432
People
(Reporter: matthew, Assigned: mikepinkerton)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050718 Camino/0.9a2
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050718 Camino/0.9a2
Javascript alerts are not being displayed on sites using frames. Confirm popups
work, alert popups do not. The javascript does not return an error and continues
as if the alert was never called. Alerts work properly in sites that do not use
frames.
This does not work:
alert("this is my message");
This works:
confirm("this is my message");
Reproducible: Always*** This bug has been marked as a duplicate of 301432 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•