Closed Bug 4809 Opened 26 years ago Closed 26 years ago

[PP]windows only: IMG height wrong in table

Categories

(Core :: Layout: Tables, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 991

People

(Reporter: cpratt, Assigned: karnaze)

References

()

Details

Here's the part of the HTML at http://schist/post.html that isn't displaying correctly on Windows 98 (it's fine on Mac OS and linux): <td valign="middle" align="center"> <IMG src="graypix.gif" align="center" height="320" width="1" alt="_"></td> That table cell should display a thin grey vertical line that goes from the top of the cell all the way down to the bottom. (It's the only vertical line on the page if you look at it). It displays fine on Mac and Linux using the April 8 apprunner, and fine on older Netscapeb browsers. However, on Windows only, the line is missing about 50 pixels from both the top and the bottom of it, making it look wrong.
Status: NEW → ASSIGNED
Summary: Windows only: IMG height wrong in table → [PP]windows only: IMG height wrong in table
Target Milestone: M7
Moving to M7.
Target Milestone: M7 → M9
Moving to M9.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
[TESTCASE] Actually, if you measure it, you'll see that the image *is* the right size. The problem is that the text around it is slightly taller, so the line no longer fits. The reason the text around it is taller is due to bug 991 and others, as well as some fundamental errors in the page itself (like using <font size="-1"> and expecting the line-height to change as well). If you put in some CSS like * { line-height: 10px; font-size: 10px; } ...then you get the effect that was probably desired. Marking bug INVALID.
Status: RESOLVED → REOPENED
Status: REOPENED → RESOLVED
Closed: 26 years ago26 years ago
Resolution: INVALID → DUPLICATE
*** This bug has been marked as a duplicate of 991 ***
Status: RESOLVED → VERIFIED
Yup, a <FONT SIZE="-1"> problem.
You need to log in before you can comment on or make changes to this bug.