Closed
Bug 23733
Opened 25 years ago
Closed 21 years ago
Rendering problems with uneven -moz-border-radius [border][gfx]
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla1.0.1
People
(Reporter: ian, Assigned: dcone)
References
()
Details
(Keywords: css-moz, Whiteboard: [Hixie-PF])
Attachments
(1 file)
1.36 KB,
image/png
|
Details |
This broke out of bug 16381.
I have created a test page for this:
http://www.bath.ac.uk/%7Epy8ieh/m/border-radius-multiple.html
There are still some bugs. Namely:
+ If one of the corners has a very large radius, and the adjacent corner
has a very small radius, then the small corner will appear to actually
go inside the box, as might be expected for negative border radii.
This is visible in section 3 of the test page.
+ The exact rendering is not consistent across rotations. See the final
section (section 6) on the test page.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M13
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•25 years ago
|
||
Fixed.. some rounding code for radio buttons was being activated based on the
upper left check.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•25 years ago
|
||
Gorgeous! I love this property!
reopening bug, as pixels seemingly get chewed off the top right corners of
rectangles drawn with css corner radiuses.
Marking nsbeta1 because this really makes a bad quality statement for both the
modern and classic skins when drawing focus rings around widgets.
see screenshot attached above.
Adding my vote for this to be fixed for nsbeta1. This really stands out because
this problem is visible on every widget that can get focus in a dialog.
Comment 6•24 years ago
|
||
voting for this too, because it is quite serious and hope to have it fixed for
the release of ICE
OS: Windows 98 → All
Hardware: PC → All
Assignee | ||
Comment 7•24 years ago
|
||
This is not the same bug...
what do you mean don? The orginal summary talks about uneven -moz-border-
radius. Missing pixels in one of the radii clearly falls within the definition
of 'uneven' rendering, no? If you insist, I can file another bug, but this
needs to be fixed for nsbeta 1, regardless.
Assignee | ||
Comment 9•24 years ago
|
||
This bug seems to be a regression.. and only effects the upper left corner of
the rounded rect.. which did not happen before. I am not sure of the policies
here, but the summary does not reflect this new problem.. does it get a new bug,
or does the summary change?
Status: REOPENED → ASSIGNED
Summary: {css-moz} Rendering problems with uneven -moz-border-radius → {css-moz} Rendering problems with uneven -moz-border-radius [border][gfx]
Target Milestone: M13 → mozilla0.9.1
Reporter | ||
Updated•24 years ago
|
Whiteboard: [Hixie-PF]
Updated•24 years ago
|
Target Milestone: mozilla0.9.1 → mozilla0.9.3
Reporter | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.3 → mozilla0.9.4
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.4 → mozilla0.9.6
Updated•23 years ago
|
Target Milestone: mozilla0.9.6 → mozilla0.9.8
Updated•23 years ago
|
Target Milestone: mozilla0.9.8 → mozilla1.0.1
Comment 11•22 years ago
|
||
Is this still an issue? Seems to be outdated.
Comment 12•21 years ago
|
||
Removing radar.
Changing resolution to FIXED, since I can't find any of the bugs mentioned in
comment 0 on the page
(<http://www.damowmow.com/playground/bugs/tests/border-radius-multiple.html>).
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 21 years ago
Resolution: --- → FIXED
Summary: {css-moz} Rendering problems with uneven -moz-border-radius [border][gfx] → Rendering problems with uneven -moz-border-radius [border][gfx]
You need to log in
before you can comment on or make changes to this bug.
Description
•