Closed
Bug 233532
Opened 21 years ago
Closed 17 years ago
{inc} [BC] In some large tables the vertical seperators are not shown (See attached example file)
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jaco.van-iterson, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(2 files, 1 obsolete file)
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Will attach a file with the problem.
Other browsers (MSE, Opera) don't have the problem.
Some other tables generated the same way don't have a problem in Mozilla.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
No internal vertical seperators like the ones between the rows and on the outside.
Expected Results:
Internal vertical seperators between the columns in the table should be shown
OS: Windows 98 → Windows 2000
Summary: In some large tables the vertical seperators are not shown → In some large tables the vertical seperators are not shown (See attached example file)
Comment 2•21 years ago
|
||
Seen in Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7a) Gecko/20040210
Component: Browser-General → Layout: Tables
I believe thats an number overflow issue as the table is 14000 pix high.
Comment 4•20 years ago
|
||
Reload this testcase a few times, sometimes the vertical rules are drawn,
sometimes not. Adding just one more "F" to the last cell of the last row seems
to decrease the likelihood of the rules appearing, while removing one more "F"
increases it. Remove any line in DOM Inspector and the rules appear. Remove the
<tbody>, </tbody> tags and the rules are always drawn.
When the rules are drawn, there is always an extra horizontal rule below the
last rows' "SPFIF".
Tested with Build 2004090916 on Win XP, hope this helps.
Comment 5•20 years ago
|
||
Please disregard my comment about the extra horizontal rule, that's because I
forgot to delete an empty <tr> tag at the end of the table, which made the
testcase invalid. Simply removing this <tr> hides the bug, too, so I replaced
it with <tr><td colspan="5"></tr>.
Updated•20 years ago
|
Attachment #158413 -
Attachment is obsolete: true
Comment 6•20 years ago
|
||
Confirming on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3)
Gecko/20040904 Firefox/0.9.1+
Assignee: general → nobody
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
QA Contact: general → core.layout.tables
Summary: In some large tables the vertical seperators are not shown (See attached example file) → {inc} In some large tables the vertical seperators are not shown (See attached example file)
Summary: {inc} In some large tables the vertical seperators are not shown (See attached example file) → {inc} [BC] In some large tables the vertical seperators are not shown (See attached example file)
Comment 7•20 years ago
|
||
*** Bug 257009 has been marked as a duplicate of this bug. ***
Fault is still there in Firefow 1.0
While rendering large tables some vertical and horizontal seperators apear and
disapear several times, when finished the vertical seperators are missing.
Rendering large tables is also very slow compared with MSIE
Comment 9•20 years ago
|
||
This (vertical column separators partially not rendered) happens often/every day
in the tables of
http://mozillanews.org/bonsai/
Comment 10•18 years ago
|
||
No change in "Fixed testcase" behaviour between:
- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120606 Minefield/3.0a (pre-reflow branch)
- Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/2006120804 Minefield/3.0a1 (post-reflow branch)
Loading testcase and hitting f5 a load of times, mostly the vertical column separators are not drawn, but sometimes they are; reflow branch does not seem to have effected this.
Comment 11•17 years ago
|
||
Jaco, can you check if this was fixed by the checkin for bug 244135?
Comment 12•17 years ago
|
||
Attachment 140966 [details] renders correctly after applying attachment 284999 [details] [diff] [review] from bug 244135
Comment 13•17 years ago
|
||
Malcolm's patch has been checked in, marking FIXED.
Please verify. :)
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•