Closed
Bug 216971
Opened 22 years ago
Closed 17 years ago
css solid border not showing
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Dave, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(3 files, 1 obsolete file)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5a) Gecko/20030721
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5a) Gecko/20030721
Each red bar graph is supposed to have a drop shadow under its whole width,
formed by css border features. Try it in Safari or IE to see how it's supposed
to look.
Reproducible: Always
Steps to Reproduce:
1. Go to the URL
2. Look
3.
Actual Results:
borders don't show
Expected Results:
borders should show, i.e. below the bar graph and at its right.
tried it with 'screen' specified and with no output type specified.
Comment 1•22 years ago
|
||
--> Layout (tables)
Hmm, what happens if you remove the border="0" in the main table? Looks related
to bug 167496.
Assignee: dom_bugs → table
Component: DOM Style → Layout: Tables
QA Contact: ian → madhur
> Hmm, what happens if you remove the border="0" in the main table?
Doesn't help
Comment 3•22 years ago
|
||
Depending on the font size, the text in the cells may or may not be visable,
and this effects if the border is displayed.
Comment 4•22 years ago
|
||
This may be related to bug 198113 however it appears to be different.
The cells are not empty cells as defined by
http://www.w3.org/TR/CSS21/tables.html#empty-cells
Comment 5•22 years ago
|
||
All three TDs differ only in font-size. The first one has a font-size of 1px,
the second has a font-size of 0.1em, and the third has a font-size of 1em. All
three have a 1px solid green border.
The first table has empty-cells: hide; and the second has empty-cells: show;
Depending on the default font size, this effect may not be seen, and the font
size may need to be adjusted.
Attachment #140041 -
Attachment is obsolete: true
How is it supposed to look? All 6 cells show green borders? (That's what Safari does.) So you're
implying that the bug is reltated to the font size of the text inside?
I see borders around all the cells. What do you see? Are entire cells missing
borders, or just some sides?
Comment 8•22 years ago
|
||
Safari handles this correctly, treating both rows of the table the same, having
3 cells with text in them.
When the font-size becomes sufficiently small, the text disappears, and when it
becomes even smaller, it. I suspect when the computed font-size is less then
1px, this problem will be exhibited.
Comment 9•22 years ago
|
||
Safari handles this correctly, treating both rows of the table the same, having
3 cells with text in them.
When the font-size becomes sufficiently small, the text disappears, and when it
becomes even smaller, it. I suspect when the computed font-size is less then
1px, this problem will be exhibited.
Comment 10•22 years ago
|
||
Confirmed in Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7a) Gecko/20040219
Updated•22 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 11•17 years ago
|
||
wfm
Status: NEW → RESOLVED
Closed: 17 years ago
Flags: in-testsuite?
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 12•17 years ago
|
||
Thanks
You need to log in
before you can comment on or make changes to this bug.
Description
•