Closed
Bug 4523
Opened 26 years ago
Closed 26 years ago
Mozilla fails to render www.slashdot.org correctly.
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: jonas_b, Assigned: karnaze)
References
()
Details
Attachments
(2 files)
Mozilla displays two extra black lines under each subject line. (The white text
with green background).
Mozilla from CVS 19990404.
I have entered a url to a screenshot in the "URL:" field.
/ Jonas Borgström
URL of Snapshot: http://home1.2.sbbs.se/jonas.borgstrom/mozillabug_slashdot.jpg
Chris, the "extra black lines" seem to be related to the background attribute
specified on the table cells. Here's a small sample that demonstrates the
reported problem. It looks to me like maybe that's the way it is supposed to
look, but you're the table expert
<HTML>
<HEAD>
<TITLE>Slashdot:News for Nerds: Stuff that Matters.</TITLE>
<BASE href="http://www.slashdot.org/">
</HEAD>
<BODY bgcolor="#000000" text="#333333" link="#006666" vlink="#000000">
<TABLE width="99%" cellpadding=0 cellspacing=0 border=0>
<TR><TD background="http://slashdot.wolfe.net/images/sbs.gif">
</TD>
<TD width=4><IMG src="http://slashdot.wolfe.net/images/slr.gif" width=4 alt=""
height=4></TD>
</TR>
</TABLE>
</BODY>
</HTML>
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Plus the buttons need to be wider. The text on the buttons is overflowing.
-Arun
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7
Assignee | ||
Comment 5•26 years ago
|
||
Moving to M7.
Assignee | ||
Comment 7•26 years ago
|
||
Moving to M9.
Comment 8•26 years ago
|
||
Comment 9•26 years ago
|
||
Comment 10•26 years ago
|
||
First, this appears to be FIXED to me using 1999051708 & 1999052908 win95
apprunner. (There are some DUPLICATES that I will track down as well).
The problem that was causing the 'venetian blind' effect has been fixed (see
bug #4918). 'TD HEIGHT=nn' was not being observed. On slashdot, this meant
that the TD BACKGROUND would (unintentionally) tile, and ("the tiling pattern"
== "venetian blind").
Attaching a snippet of slashdot as a test|regression case if you want it
Chris(k|d). A second attachment is a modification of the first that "forces"
the 'venetian blind' tiling by adding text 'foo' to the TD (thus
(intentionally) overriding the 'height=nn' attribute).
Assignee | ||
Comment 11•26 years ago
|
||
*** Bug 5024 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•26 years ago
|
||
The attachments look ok. The original page may have changed since the bug was
opened.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 13•26 years ago
|
||
In the June 3rd Build, the page looks correct.
You need to log in
before you can comment on or make changes to this bug.
Description
•