Closed
Bug 61042
Opened 25 years ago
Closed 25 years ago
Using cols="x" and colspan="y" in a table messes up wrapping
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
VERIFIED
FIXED
People
(Reporter: stric, Assigned: karnaze)
References
()
Details
Attachments
(3 files)
Using the (deprecated/nonexisting) netscape4-tag cols="x" on a table along with
colspan="y" can make the wrapping routines freak out and draw outside the tables.
The urls above show testcases with DTD:s for quirks and standards rendering,
they give different visual output when the bug is triggered.
Resize the window so the first cell in the first line (inner table) becomes wide
enough not to wrap (+1 pixel) and the table will blow out displaying outside all
tables. It will burst out to the left, keeping wrapping in the bottom cell when
in quirks mode and burst out to the right, without wrapping the bottom cell (and
no scrollbar to see the entire content) when in standards mode.
Should it care about cols="x" at all when in standards rendering mode?
Asa (on irc) was able to reproduce on mac/win32 mozilla trunk builds 11/22. I
was also able to reproduce it in N6, so it's not new.
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
dupe of bug 29058? confirming, going on CC, Hopefully fixing 29058 will fix this
also.
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 5•25 years ago
|
||
Fixing 29058 seems to have fixed this, I can't reproduce it anymore.
| Assignee | ||
Comment 6•25 years ago
|
||
This was fixed by Bernd's patch to bug 29058.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•