Closed
Bug 347335
Opened 19 years ago
Closed 8 years ago
css border-collapse bad rendering on huge tables
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: edoardo, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; it; rv:1.8.0.5) Gecko/20060723 Firefox/1.5.0.5
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; it; rv:1.8.0.5) Gecko/20060723 Firefox/1.5.0.5
In a very big table if I set
table { border-collapse : collapse}
the vertical border does not appers in the table.
Reproducible: Always
Steps to Reproduce:
1.load the file
2.
3.
Actual Results:
there are no vertical border around the cells.
Expected Results:
a table with both orizontal and vertical border around the cells.
All goes well in "non big" tables.
The same problem undel linux with
Mozilla/5.0 (X11; U; Linux i686; it; rv:1.8.0.4) Gecko/20060406 Firefox/1.5.0.4 (Debian-1.5.dfsg+1.5.0.4-1)
I am sorry for the ".gz" URL but the file is very big (1Mbyte)
Updated•19 years ago
|
Component: General → Layout
QA Contact: general → layout
| Reporter | ||
Comment 1•19 years ago
|
||
In the example the first column uses "rowspan" removing that column oll goes well.
Comment 2•8 years ago
|
||
the url is no longer working. close this as incomplete.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•