Closed
Bug 1200
Opened 26 years ago
Closed 26 years ago
Tables using cellspacing do not have correct cell widths
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: tyger11, Assigned: karnaze)
References
()
Details
When a table is using cellspacing, the cell widths are not calculated
correctly. This happens with every version of Navigator I have
available to test, including the latest pre-built binaries from
Mike Wynhold's site (including the Oct 26 build). I'm not sure if those
are using NGLayout or not (I suspect not).
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 1•26 years ago
|
||
This looks fine with Raptor.
Reporter | ||
Updated•26 years ago
|
Status: VERIFIED → REOPENED
Reporter | ||
Comment 2•26 years ago
|
||
With M7, cell widths _appear_ to be the correct width, but they still aren't
spanning correctly. See the test URL for further info.
-Reporter (tumbleweed@tumbleweed.net)
Reporter | ||
Updated•26 years ago
|
Resolution: FIXED → ---
Reporter | ||
Comment 3•26 years ago
|
||
With M8, same behavior as M7, not really fixed.
Updated•26 years ago
|
Product: MozillaClassic → Browser
Comment 4•26 years ago
|
||
From the comments I assume this is not (or no longer) about the product
"MozillaClassic" so I'm changing the product name to "Browser"
Btw, this was the only open bug within MozillaClassic :)
Updated•26 years ago
|
Assignee: toshok → karnaze
Status: REOPENED → NEW
Component: Layout → HTMLTables
Comment 5•26 years ago
|
||
Moving this over to HTMLTables.
tumbleweed@tumbleweed.net: Could you explain why there shouldn't be a gap in the
second row? I don't understand why not.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•26 years ago
|
||
The gap is there since cellspacing is 10px, which means that the spacing between
every cell is 10px, not just some of them. For what it is worth, IE5 has a gap
as well. Marking fixed since the cell widths have improved.
Assignee | ||
Comment 7•26 years ago
|
||
Timothy, I'm enclosing the following email you sent. What you are seeing in your
screenshots is very different from what I am seeing on WinNT and hence the
confusion. I had assummed that you expected there to be no gap, but instead you
only expected there to be a 10px gap. Can you please pull a more recent build
and try it again. If you are still seeing the large gap, please reopen because
it is probably a Win98 only problem.
------
The gap on M8 under Win98 SE (and Win98) is much larger than 10px, otherwise
I wouldn't say there's a bug. Attached is a screenshot.
There should be 10px cellspacing between the cells in the second row, not
10px for each cell, plus the width of the cell in the middle of the first
row - note the colspan values of all the cells. I think this is still
way-buggy behavior.
Just for the sake of amusement, I tested this in IE5/Win98SE, and it works
better, but also has problems. See the attached tabletest-ie5.gif. It gets
the behavior of the cell colspanning much better (but it's count is off by
ten pixels) - but also note the cellspacing on the right of the table is
gone. Weird, but you'll see from this screenshot the type of
colspan/cellspacing behavior I expect in the second row between the cells.
So, do you wanna reopen this bug, or shall I?
I'll also put these screenshots up on my site at:
http://tumbleweed.net/tabletest.gif
and
http://tumbleweed.net/tabletest-ie5.gif
Reporter | ||
Comment 8•25 years ago
|
||
Verified working beautifully in M10/Win98. You folks RAWK!
Reporter | ||
Comment 9•25 years ago
|
||
Still working correctly in M11 -Win32 (Win98SE) - FYI.
Rawk on!
Comment 11•25 years ago
|
||
Looks identical to IE5-screenshot now (except for the cellspacing to the right
of the table, which isn't covered in this bug). Marking verified.
Status: RESOLVED → VERIFIED
Comment 12•21 years ago
|
||
Today i tested cell spacing
You need to log in
before you can comment on or make changes to this bug.
Description
•