Closed
Bug 186793
Opened 23 years ago
Closed 23 years ago
Images in tables with specified size don't render
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: taintedwheat, Assigned: jdunn)
References
()
Details
Attachments
(1 file)
|
44.71 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
This page with, say, Konquerer, looks like a table with images. Moz shows the
table with placeholders, but as the images appear, the table decreases in size
and the images dissappear.
Reproducible: Always
Steps to Reproduce:
Go to http://plan9.bell-labs.com/magic/eg/wne8f7c4wkd7brf4bkb7
Actual Results:
small blank table in the upper left
Expected Results:
Somewhat similar to attachment, although that's not quite right on the right
hand side of teh image.
| Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
The source of troubes is secondary <base> tag. This document look as:
<body>
<base href=http://cm.bell-labs.com/cm/cs/who/ken/eggif/>
<table>
Images
</table>
<base href=http://plan9.bell-labs.com/magic/eg/>
Text
</body>
So this is bad code -- <base> should be stated only in <head>, not in body.
| Reporter | ||
Comment 3•23 years ago
|
||
See above
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•