Closed
Bug 6562
Opened 25 years ago
Closed 25 years ago
[PP]postion: absolute; kills apprunner under linux.
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M10
People
(Reporter: smartin, Assigned: peterl-retired)
Details
The following HTML page kills apprunner (M5):
<HTML>
<HEAD>
<STYLE TYPE="text/css">
#image {
z-index: 0;
top: 0;
}
</STYLE>
</HEAD>
<BODY>
<P>Before</P>
<OBJECT ID="image" DATA="foo.txt" width="500" height="500">
Could not render Object.
</OBJECT>
<P>After.</P>
</BODY>
</HTML>
If you remove the position attribute or change it to relative it does not
crash. In either case it never renders the contents of foo.html which is:
<html>
<head>
<title>foo</title>
</head>
<body>
This is a test
</body>
</html>
Summary: postion: absolute; kills apprunner under linux. → [PP]postion: absolute; kills apprunner under linux.
Assignee | ||
Comment 3•25 years ago
|
||
Deferring to M10
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 4•25 years ago
|
||
Unable to reproduce.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•25 years ago
|
||
With the latest build (Sept 24 1999092408), I can't reproduce the problem either.
You need to log in
before you can comment on or make changes to this bug.
Description
•