Closed Bug 50395 Opened 25 years ago Closed 24 years ago

Browser crashes with styles for automatic resizing of iframe/body

Categories

(Core :: Layout: Images, Video, and HTML Frames, defect, P3)

x86
Windows 2000
defect

Tracking

()

VERIFIED WORKSFORME
mozilla0.9

People

(Reporter: rsalesas, Assigned: pollmann)

Details

(Keywords: crash, testcase)

Attachments

(2 files)

The following code crashes the browser: ==== <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Untitled</title> </head> <style> body, body * { margin: 0px; padding: 0px; overflow: auto; } </style> <body> <table border=0 height="100%" width="100%"> <tr height="100%" width="100%"> <td height="100%" width="100%"> <iframe frameborder="0" height="100%" width="100%" src="http://cnnfn.com"></iframe> </td> </tr> </table> </body> </html>
this html does not crash me. 082808 mozilla win32 build. Could you test a talkback build and let me know the incident ID. Thanks.
Should have clarified, this happens with the Netscape P2 release. It's what we're currently testing with. The crash was pretty bad and happened consistently.
wfm win98 2000082908.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Attached file Testcase 2
There is something weird going on here so I reopened. When using this CSS style: * { overflow: auto; } IFRAMEs with a percentage height are assigned a zero height. It does not crash anymore. Build 2000-09-02-08 on Windows 98 SE.
Severity: critical → minor
Status: RESOLVED → UNCONFIRMED
Keywords: testcase
Resolution: WORKSFORME → ---
-> HTMLFrames
Assignee: asa → pollmann
Status: UNCONFIRMED → NEW
Component: Browser-General → HTMLFrames
Ever confirmed: true
QA Contact: doronr → petersen
*spam* adding crash keyword...
Keywords: crash
Removed crash keyword.
Keywords: crash
Keywords: crash
Set milestone to mozilla0.9
Target Milestone: --- → mozilla0.9
The strange height problem (zero height) is bug 41656. Not seeing the crash any more, so marking WFM.
Status: NEW → RESOLVED
Closed: 25 years ago24 years ago
Resolution: --- → WORKSFORME
QA Contact: petersen → amar
QA Contact update
Since this bug is about "Browser crashes with styles for automatic resizing of iframe/body" and it does not crash any more I am marking verified.. Confirmed that "Iframe with %height not working is bug # 41656" Build ID # 2001062504
Status: RESOLVED → VERIFIED
Flags: in-testsuite+
Product: Core → Core Graveyard
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.

Attachment

General

Created:
Updated:
Size: