Closed
Bug 254538
Opened 21 years ago
Closed 21 years ago
[BC] If only last row has bottom border, it's not drawn (with border-collapse on)
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: bernd_mozilla)
References
Details
(Keywords: css2, testcase)
Attachments
(2 files)
136 bytes,
text/html
|
Details | |
1.20 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Testcase follows; problem there in todays Linux trunk build.
For some reason, if the only row that has a bottom border is the last one, we
don't paint it.... off-by-one loop somewhere?
![]() |
Reporter | |
Comment 1•21 years ago
|
||
Updated•21 years ago
|
Comment 2•21 years ago
|
||
also seen on
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4.2) Gecko/20040426
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a3) Gecko/20040804
so OS should be all?
Attachment #159329 -
Flags: superreview?(bzbarsky)
Attachment #159329 -
Flags: review?(bzbarsky)
![]() |
Reporter | |
Comment 5•21 years ago
|
||
Comment on attachment 159329 [details] [diff] [review]
patch
r+sr=bzbarsky.... we really need to clean up this code. :(
Attachment #159329 -
Flags: superreview?(bzbarsky)
Attachment #159329 -
Flags: superreview+
Attachment #159329 -
Flags: review?(bzbarsky)
Attachment #159329 -
Flags: review+
fix checked in
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•