Closed
Bug 191731
Opened 22 years ago
Closed 22 years ago
border-collapse paint breaks on colspans with large border
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: mat, Assigned: bernd_mozilla)
References
()
Details
(Keywords: testcase)
Attachments
(3 files)
7.94 KB,
image/png
|
Details | |
314 bytes,
text/html
|
Details | |
1.38 KB,
patch
|
john
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030122
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030122
A table with a thickish border and a colspan cell shows a pronounced gap in the
bottom right hand corner.
Reproducible: Always
Steps to Reproduce:
1. Load URL
2. Curse
3. Scratch head
Actual Results:
A gap appeared in the table border in the bottom right hand corner.
Expected Results:
Rendered a complete border.
Reporter | ||
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
See this trouble in WinXP Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.3b) Gecko/20030202. This one occured, when last cell in table with
border-collapse model have colspan.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Gap in thick table border → border-collapse paint breaks on colspans with large border
Comment 3•22 years ago
|
||
Same table with rowspan instead collspan produce gap to. This is happened only
in Right-bottom corner.
Updated•22 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Attachment #113900 -
Flags: superreview?(roc+moz)
Attachment #113900 -
Flags: review?(jkeiser)
Comment 7•22 years ago
|
||
Comment on attachment 113900 [details] [diff] [review]
patch
Looks good. This border-collapse code is dog-ugly.
Attachment #113900 -
Flags: review?(jkeiser) → review+
Attachment #113900 -
Flags: superreview?(roc+moz) → superreview+
fixed together with bug 157047
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•