Closed
Bug 452473
Opened 16 years ago
Closed 16 years ago
Fixed height scrollable tbody with alternating colored rows overflows outside of table
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 423823
People
(Reporter: matt.steitle, Unassigned)
References
()
Details
Attachments
(1 file)
50.65 KB,
image/gif
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
I have a table inside of a div. This table has a color applied to every even row via class="even". The height of the tbody is determined on page load, if the table has more than 10 rows, to be the height of 10 rows. The result is that the tbody will appear to continue on past the end of the table and superimpose the alternating colored rows (with no data) over whatever page content exists following the table.
Reproducible: Sometimes
Steps to Reproduce:
1. Create a table as described above.
2. Load page
3. Look at table
Actual Results:
The blank alternating color table rows
Expected Results:
Rendered the table normally; all rows displaying inside the confines of the table space.
Comment 1•16 years ago
|
||
can you provide a testcase and attach it to this bugreport, please?
Reporter | ||
Updated•16 years ago
|
Reporter | ||
Comment 2•16 years ago
|
||
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•