Closed
Bug 102369
Opened 23 years ago
Closed 23 years ago
hang mozilla with a (stupid) frameset
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
People
(Reporter: pater, Assigned: pollmann)
References
()
Details
Visiting http://www.8ung.at/efu/mozh.html will hang mozilla:
------------------mozh.html------
...
<frameset cols="50%, 50%">
<frame src="mozh.html" name="a"> <--- note! mozh.html is the frameset!
<frame src="mozh.html" name="b">
</frameset>
...
-----------------------------------
Ok, the frameset is stupid, but Netscape (3.x and 4.x) will detect such a stupid
frameset and ignore it.. but mozilla does an endless loop :-/ (like the IE *haha*)
Comment 1•23 years ago
|
||
Works for me (I can still close the window), but I'd say this is a dup of bug
89300, "Evil recursive frames hangs browser".
*** This bug has been marked as a duplicate of 89300 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•