Closed
Bug 46357
Opened 25 years ago
Closed 23 years ago
TABLE with solid collapsing border, weird rendering
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: aaron, Assigned: karnaze)
References
Details
(Keywords: testcase, Whiteboard: [awd:tbl])
Attachments
(5 files)
I have encountered a problem rendering a table in Mozilla M16 running under
Windows NT 4, which is also reproducible in M17/2000071620.
The problem occurs when rendering a TABLE with "border-collapse : collapse", and
in which some cells have "border : solid". The horizontal lines within the
table break up when the window is resized horizontally, even though there is no
reflow. It also appears that the collapsing borders do not actually collapse
correctly, especially at the right-hand border of the table.
There seems to be many problems with collapsing borders, so this bug may end up
being a duplicate. Nonetheless, I will upload a testcase for what I'm seeing.
Comment 4•25 years ago
|
||
aaron@dek-net.com what are the last 2 attachments are used for? if they're
needed for the bug could you please add them to the html file & post the html
file to a server if you can
There seems to be some confusion over what the attachments actually do, so allow
me to elaborate.
I noticed the borders-breaking-up problem in one of my own intranet pages, which
I have cut down a bit for use as the test case:
- The first attachment is a HTML page, which demonstrates the table's look and
structure, and includes the table-related styles
- The second attachment contains some of my own styles. Strictly speaking,
yes, they could have been included with the HTML file (the first attachment),
but I elected to include a separate stylesheet so that the problematic styles
(in the HTML document) would be separate. I have never had any problems with
these styles.
- The third attachment is a GIF image, used as a placeholder. The real page
uses images of equal dimensions everywhere, so the test case above is very
close to what my real page looks like.
From that, I guess you need all three files to reproduce the test case (except
perhaps by combining the external stylesheet into the HTML file, as mentioned).
As long as they're in the same folder, opening the HTML file should be enough to
reproduce the problem.
HTH,
Aaron
Comment 6•25 years ago
|
||
Comment 7•25 years ago
|
||
Aaron, does my testcase show this bug correctly?
If so, this is probably a duplicate of bug 27529.
Keywords: testcase
Mats,
I reckon your testcase is pretty close to mine, and the weird spacing in yours
is likely caused by the same problem that pushes the borders out of whack in my
testcase. The right-hand borders of the two tables, neither of which lines up
correctly, are a bit of a giveaway.
If there are no objections, this bug should be marked as a duplicate. The
discussion for #27529 covers pretty much everything else I can think of
mentioning.
Comment 9•25 years ago
|
||
I agree with the above discussion, marking duplicate of 27529.
*** This bug has been marked as a duplicate of 27529 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 11•24 years ago
|
||
bug 27529 has been resolved FIXED, but I still the same problem in my testcase
above (titled "Self-contained testcase"). Build 2000-09-02-08 on Win98.
Status: VERIFIED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 12•24 years ago
|
||
I think this bug is more related to bug 41262.
Comment 13•24 years ago
|
||
This is not a dup of #27529 which is now fixed. Problem described below still
exists.
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 14•24 years ago
|
||
*** Bug 56404 has been marked as a duplicate of this bug. ***
Comment 15•24 years ago
|
||
Comment 16•24 years ago
|
||
Shouldn't this be dependant on bug 41262?
Assignee | ||
Comment 17•24 years ago
|
||
Moving to m1.0
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla0.9.8
Assignee | ||
Comment 20•23 years ago
|
||
Fixed by meta bug 41262.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 23 years ago
Resolution: --- → FIXED
Comment 21•23 years ago
|
||
In the given testcase the table does not break up when the window is resized
horizontally. Verified. Build ID: 2002031303
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•