Closed
Bug 210108
Opened 22 years ago
Closed 22 years ago
tbody overflow:auto/scroll + table border-collapse causes td borders to disappear
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 159108
People
(Reporter: bugzilla.mozilla.org, Unassigned)
Details
Attachments
(2 files, 3 obsolete files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030619 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030619 Mozilla Firebird/0.6
see the attached sample
the TDs have css borders which do not show in Browser
the borders do show if you remove the overflow:auto from the tbody style
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
this one has the overflow:auto removed and renders correct
Reporter | ||
Comment 3•22 years ago
|
||
much easier: use the button to switch wetwen overflow on and of
Attachment #126125 -
Attachment is obsolete: true
Attachment #126126 -
Attachment is obsolete: true
Comment 4•22 years ago
|
||
Comment on attachment 126127 [details]
testcase to show both behaviors
None of these testcases can possibly be valid for this bug, because the borders
are assigned to the TR tag and you're reporting it as a problem with TD
borders. Working up a new testcase.
Attachment #126127 -
Attachment is obsolete: true
Comment 5•22 years ago
|
||
WFM 20030614 PC/WinXP
Reporter | ||
Comment 6•22 years ago
|
||
sorry, that was a typo in the css from testing around ... it's the same
behavior if you change the tr to td.
I took your testcase and added two lines to the style definition and voila:
there we go :((
first the table needs border-collapse and then the td needs a background. the
td background then seems to overlap the border. wrong z-order when painting?
Reporter | ||
Comment 7•22 years ago
|
||
just tried with Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030322
shows same odd behavior
OS: Windows 2000 → All
Summary: tbody overflow:auto/scroll causes td borders to disappear → tbody overflow:auto/scroll + table border-collapse causes td borders to disappear
Reporter | ||
Comment 8•22 years ago
|
||
vote for the bug and express my opinion that it blocks 1.4
Flags: blocking1.4?
Comment 9•22 years ago
|
||
isn't this bug 159108?
(I can't say for sure because attachment 126179 [details] crashes linux, bug 104550)
(unsetting blocking1.4 flag ? as bugzilla won't let me comment with it set. 1.4
has been released)
Flags: blocking1.4?
Comment 10•22 years ago
|
||
I suspect that in fact this is bug 159108. If the fix for bug 159108 lands and
this is still not fixed, feel free to reopen this bug.
-M
*** This bug has been marked as a duplicate of 159108 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•