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)

All
Windows NT
defect

Tracking

()

VERIFIED FIXED

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>
Status: NEW → ASSIGNED
Target Milestone: M8
Target Milestone: M8 → M9
Target Milestone: M9 → M10
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
Target Milestone: M10 → M11
m11
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Could have been fixed by the transform change I made last week, seem to work correctly now.
Status: RESOLVED → VERIFIED
Using the test case but modifying -moz-border-radius to 1px, form elements render properly. Verifying bug fixed.
Keywords: css-moz
You need to log in before you can comment on or make changes to this bug.