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)
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>
Comment 1•25 years ago
|
||
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.
Comment 3•25 years ago
|
||
wfm win98 2000082908.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 4•25 years ago
|
||
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
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 → ---
Comment 7•25 years ago
|
||
-> HTMLFrames
Assignee: asa → pollmann
Status: UNCONFIRMED → NEW
Component: Browser-General → HTMLFrames
Ever confirmed: true
QA Contact: doronr → petersen
Assignee | ||
Comment 11•24 years ago
|
||
The strange height problem (zero height) is bug 41656. Not seeing the crash any
more, so marking WFM.
Status: NEW → RESOLVED
Closed: 25 years ago → 24 years ago
Resolution: --- → WORKSFORME
Updated•24 years ago
|
QA Contact: petersen → amar
Comment 12•24 years ago
|
||
QA Contact update
Comment 13•24 years ago
|
||
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
Comment 14•16 years ago
|
||
Crashtest added as part of http://hg.mozilla.org/mozilla-central/rev/5a6def05ccbc
Flags: in-testsuite+
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
•