Closed
Bug 1784
Opened 26 years ago
Closed 26 years ago
Page lays out completely incorrectly
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M3
People
(Reporter: joe, Assigned: buster)
References
()
Details
This URL has a td with a background of 'graphics/bar2.gif', which matches up
with the background displayed on the entire page. It, unfortunately, should not
tile as it does across the entire page (1998-12-03 build).
Reporter | ||
Updated•26 years ago
|
Severity: normal → major
Priority: P2 → P1
Summary: Table background tiles across page → Table lays out completely incorrectly
Reporter | ||
Comment 1•26 years ago
|
||
Since idirect changed the index.html, the page no longer has trouble simply with
the graphic - it is completely screwed up in laying out the entire page. The top
bar (in 4.5) is some distance down the page, and the rest of the page does not
lay out at all (white only).
Reporter | ||
Updated•26 years ago
|
Summary: Table lays out completely incorrectly → Page lays out completely incorrectly
Reporter | ||
Comment 3•26 years ago
|
||
This page shows some (small) improvements with the parser updates, but is still
largely broken (and the table background is tiling across the whole page, as
before). No content is displayed.
Comment 4•26 years ago
|
||
The principal layout problem with this page is the same as described
in #2270 -- basically <SCRIPT></SCRIPT> inside <TD></TD> breaks the table.
There are a couple of other problems with the page once you strip this
problem away, and I will write those up at some point. (The guilty <SCRIPT>
is the inside the second <TD> of the second row; remove it and layout is
OK).
Perhaps this one should be marked as a duplicate of 2270 and the other bugs
filed separately.
(The other bugs are briefly 1) <FONT></FONT> wrapped around <IMG> seems to
generate an "implicit <BR>" and 2) a problem with image widths fitting into
a table row without wrapping (conflicting information on WIDTH attributes
for the <TABLE>, the <TR>, and the sum of the <IMG WIDTH>)).
All the layout issues on this page are resolved. The page lays out reasonably
well. There *is* an issue with the bottom table that is supposed to be centered;
however thats a css vs. navigator compatability issue that I'm working with the
css folks.
Updated•26 years ago
|
QA Contact: 4110
Comment 7•26 years ago
|
||
assigning Chris as QA contact
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
Using 3/15, verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•