Closed
Bug 417969
Opened 18 years ago
Closed 18 years ago
Border-style dotted or dashed not rendered correctly
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 417543
People
(Reporter: bugzilla, Unassigned)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
Setting dynamically border-style to dotted (or dashed) is not rendered for each 4 sides. Border-bottom and border-left are rendered as solid, not as dotted (or dashed).
Steps to reproduce
------------------
1- Load provided URL
2- Set Style to dotted in the form
Actual results and expected results:
See attachment
Reproducible in Seamonkey 2.0a1pre rv: 1.9b4pre build 2008021602
Note:
- I searched for a duplicate and did not find one specifically stating the actual versus expected results
- Component set to Layout: please reset accordingly if this is wrong
- Adding regression keyword
| Reporter | ||
Comment 1•18 years ago
|
||
This bug also happens with outline borders.
Steps:
1- load http://www.gtalbot.org/DHTMLSection/
2- focus a link
Involved stylesheet ( http://www.gtalbot.org/Stylesheets/StartSection.css ) has:
a:focus, button:focus, input:focus
{
outline: 2px dotted black;
}
and you'll see that left outline border and bottom outline border are solid, not dotted.
Updated•18 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•