Closed
Bug 21888
Opened 25 years ago
Closed 25 years ago
{css-moz} rounded backgrounds fail with % values on -moz-border-radius
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: ian, Assigned: dcone)
References
()
Details
(Keywords: css-moz)
If -moz-border-radius is specifed in pixels, then the background is cropped to
the rounded border. On the other hand, if the -moz-border-radius is specified
in percentage values, the background is not cropped and thus sticks out of the
border. This looks ugly. :-0
See the test case for a more obvious explanation and demonstration of this:
http://www.bath.ac.uk/%7Epy8ieh/m/border-radius-background.html
[assigning straight to dcone, to avoid the pierre|troy -> rods -> dcone route
these bugs normally take... Sorry if I was wrong to do this!]
Assignee | ||
Updated•25 years ago
|
Target Milestone: M13
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•25 years ago
|
||
This needs to have a percentage calculation in the background rendering of
rounded borders. Next week this will be fixed.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
Fixed, needed the background switch to support this.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
Testing with 1/5 build, verified fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•