Closed
Bug 6772
Opened 26 years ago
Closed 25 years ago
{css-moz} -moz-border-radius on 1 pixel wide borders has unexpected results
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: kmcclusk, Assigned: dcone)
Details
(Keywords: css-moz)
When the -moz-border-radius is set a 1 pixel wide inset or outset border it does
not change the color of the border for the part that should be away from the
light source. when -moz-border-radius is removed the color of the border does
change based on the light source in the upper left hand corner of the screen.
<HTML>
<STYLE>
INPUT[type=button] {
}
INPUT[type=checkbox] {
}
</STYLE>
<BODY style="background-color:#cccccc;">
<FORM>
<INPUT checked type=checkbox style="-moz-border-radius:2px; width:15px;
height:15px; border:1px outset; background-color:#cccccc; ">
<BR>
<INPUT type=button style="padding-left:10px; padding-right:10px;
-moz-border-radius:2px;" value="test">
</FORM>
</BODY>
</HTML>
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M8
Assignee | ||
Updated•26 years ago
|
Target Milestone: M8 → M9
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M10
Updated•25 years ago
|
Summary: -moz-border-radius on 1 pixel wide borders has unexpected results → {css-moz} -moz-border-radius on 1 pixel wide borders has unexpected results
Updated•25 years ago
|
Target Milestone: M10 → M11
Comment 2•25 years ago
|
||
m11
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•25 years ago
|
||
Could have been fixed by the transform change I made last week, seem to work
correctly now.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Using the test case but modifying -moz-border-radius to 1px, form elements
render properly. Verifying bug fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•