Closed
Bug 15323
Opened 26 years ago
Closed 25 years ago
Outlines do not follow the curved edge of elements with -moz-border-radius set
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
People
(Reporter: bugs, Assigned: dcone)
Details
(Keywords: css-moz)
Try this code:
div#button {
border : 2px outset #CCCCDD;
outline : 1px solid #000000;
-moz-border-radius : 6px;
}
<div id="button">
this is a button
</div>
notice that the border of the div is curved, but the outline surrounds the
rectangle of the div, rather than curving around the edge. I believe this is
required for appearance tuning of XP Widgets.
![]() |
||
Updated•26 years ago
|
Assignee: peterl → rods
![]() |
||
Comment 1•26 years ago
|
||
Rod, I seem to recall you added the outline rendering code, it apparently is
bypassing the rounded corner logic?
![]() |
||
Updated•26 years ago
|
Assignee: rods → dcone
![]() |
||
Comment 2•26 years ago
|
||
Don, this is your dashed outline stuff, this may be a duplicate.
![]() |
Assignee | |
Updated•26 years ago
|
Status: NEW → ASSIGNED
![]() |
Assignee | |
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → REMIND
![]() |
Assignee | |
Comment 3•26 years ago
|
||
This is basically an undefined feature... outlines do not support the rounded
attribute currently.
Updated•26 years ago
|
Summary: Outlines do not follow the curved edge of elements with -moz-border-radius set → {css-moz} Outlines do not follow the curved edge of elements with -moz-border-radius set
![]() |
||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
![]() |
||
Comment 4•26 years ago
|
||
Verified REMIND
this is needed for the basic widget look and feel for buttons etc. Thanks in adv
Comment 6•26 years ago
|
||
This is now being asked again in the form of bug 24676.
Summary: {css-moz} Outlines do not follow the curved edge of elements with -moz-border-radius set → Outlines do not follow the curved edge of elements with -moz-border-radius set
Comment 8•25 years ago
|
||
...so that I can mark it as a duplicate of bug 24676.
dcone: Is that correct?
*** This bug has been marked as a duplicate of 24676 ***
Status: REOPENED → RESOLVED
Closed: 26 years ago → 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•