Open
Bug 755519
Opened 12 years ago
Updated 4 months ago
Dynamically added tables rows do not render borders correctly.
Categories
(Core :: Layout: Tables, defect)
Tracking
()
NEW
People
(Reporter: kidneycreation, Unassigned)
References
Details
(Keywords: regression)
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 6.0; rv:12.0) Gecko/20100101 Firefox/12.0
Build ID: 20120420145725
Steps to reproduce:
Used JQuery to dynamically add a row to a table.
Actual results:
The table row was added and the borders around each table cell were drawn. Also, as you roll over the cells, the table border removes and then is redrawn on mouseout.
Expected results:
Only the border-bottom is set for each table row in the css. The table cell should not have any vertical borders rendered.
Reporter | ||
Comment 1•12 years ago
|
||
Attachment #624201 -
Attachment mime type: text/plain → text/html
Comment 2•12 years ago
|
||
Regression window:
last good : 14-Oct-2007 0524
First bad : 15-Oct-2007 0513
Bonsailog :
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2007-10-14+00%3A00%3A00&maxdate=2007-10-15+00%3A05%3A00&cvsroot=%2Fcvsroot
Suspected:
Bug 244135 - table borders disappear occasionally with border-collapse and rowspan
Blocks: 244135
Status: UNCONFIRMED → NEW
Component: Untriaged → Layout: Tables
Ever confirmed: true
Keywords: regression
OS: Windows Vista → All
Product: Firefox → Core
QA Contact: untriaged → layout.tables
Version: 12 Branch → Trunk
Updated•2 years ago
|
Severity: normal → S3
Comment 3•4 months ago
|
||
The attachments provided to reproduce the bug were not capable of reproducing the bug. The new attachment provides a case where dynamically added rows in a border-collapse: collapse;
table results into border right of first cells of the table not rendered.
But upon unchecking-checking the border: 2px solid lightgray;
property from the Inspector->CSS Rules, the border starts to render properly - even for the rows dynamically added after that reset.
You need to log in
before you can comment on or make changes to this bug.
Description
•