Closed
Bug 380608
Opened 18 years ago
Closed 18 years ago
Borders rendered still incorrectly when using -moz-border-radius
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: jonathan_haas, Unassigned)
References
Details
(Keywords: regression, testcase)
Attachments
(1 file)
5.02 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a5pre) Gecko/20070511 Minefield/3.0a5pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a5pre) Gecko/20070511 Minefield/3.0a5pre
The border is currently drawn using
drawn_center_of_border = border_radius / 2
I think, it should be
drawn_center_of_border = border_radius - border_width / 2
Reproducible: Always
Steps to Reproduce:
1. Load attachment 264677 [details]
Actual Results:
It looks incorrect
Expected Results:
It should look correct
Reporter | ||
Updated•18 years ago
|
Blocks: 379474
Keywords: regression,
testcase
Reporter | ||
Comment 1•18 years ago
|
||
Updated•18 years ago
|
Version: unspecified → Trunk
Comment 2•18 years ago
|
||
Could you attach a mockup of the difference between the current and the desired case?
Reporter | ||
Comment 3•18 years ago
|
||
Works now. Probably fixed by re-landing of bug 368247.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•