Closed
Bug 87328
Opened 24 years ago
Closed 23 years ago
Rendered image alt text causes cell size calculation to fail
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: jsp, Assigned: karnaze)
References
Details
(Keywords: regression, testcase, Whiteboard: [awd:tbl])
Attachments
(1 file)
4.64 KB,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.1+)
Gecko/20010620
BuildID: 2001062004
If table cells have borders, and the widest cell in a column contains an image's
alt text because the image can't be loaded, the width of the cell with the alt
text is wider than corresponding cells in other rows by the width of any borders.
Reproducible: Always
Steps to Reproduce:
1. Load the attached test case.
2. Look at each of the tables.
Actual Results: Cells with borders and broken images are wider than the
corresponding cells in other rows.
Expected Results: The first cell of each row in each table should have the same
width as the first cell of all other rows in the table.
I'm pretty sure this is a regression. I'll try other builds once this bug is filed.
The is a regression. The test case works in 0.8.1, but not in 0.9 or later.
It also fails on the Mac with 0.9.
Comment 3•24 years ago
|
||
Seeing this on Sun build 2001-06-22-10 as well.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
Does this truly depend on 41924? It doesn't really matter what content is
substituted for the image; the problem is that the width of that substituted
content is used to adjust the width of the affected cell, but none of the other
cells in the table are adjusted. I'm not an expert on the code, but it looks
likely from the outside that this bug could be fixed without 41924 being
addressed. (Especially since it was introduced long after that bug was filed.)
Comment 6•23 years ago
|
||
Assignee | ||
Comment 7•23 years ago
|
||
wfm, 12/7/1 win2k debug
Assignee | ||
Comment 8•23 years ago
|
||
ditto
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•