Closed Bug 6562 Opened 25 years ago Closed 25 years ago

[PP]postion: absolute; kills apprunner under linux.

Categories

(Core :: Layout, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED WORKSFORME

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>
Assignee: don → rickg
Component: Apprunner → Layout
Assignee: rickg → peterl
Peter, I think this one may be yours.
QA Contact: leger → petersen
Updating QA Contact
Summary: postion: absolute; kills apprunner under linux. → [PP]postion: absolute; kills apprunner under linux.
Deferring to M10
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Unable to reproduce.
Status: RESOLVED → VERIFIED
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.