Closed
Bug 781059
Opened 13 years ago
Closed 13 years ago
-moz-border-radius is obsolete and must be replaced by the standard border-radius CSS property
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.2
People
(Reporter: LpSolit, Assigned: LpSolit)
Details
Attachments
(1 file)
1.74 KB,
patch
|
reed
:
review+
|
Details | Diff | Splinter Review |
Firefox 13 and newer no longer understand -moz-border-radius, see bug 693510. The standard border-radius CSS property must be used instead, which is supported since Firefox 4. I tested, and border-radius is understood by all recent browsers, including Firefox 14.0.1, Opera 12.01, IE9, Chrome 19 and Safari 5.1.7.
Attachment #649895 -
Flags: review?(reed)
Attachment #649895 -
Flags: review?(glob)
Comment 1•13 years ago
|
||
Comment on attachment 649895 [details] [diff] [review]
patch, v1
Review of attachment 649895 [details] [diff] [review]:
-----------------------------------------------------------------
r=reed by inspection and comparison against http://www.css3.info/preview/rounded-border/ and https://developer.mozilla.org/en-US/docs/CSS/CSS_Reference
Attachment #649895 -
Flags: review?(reed) → review+
Attachment #649895 -
Flags: review?(glob)
![]() |
Assignee | |
Updated•13 years ago
|
Flags: approval?
Flags: approval4.2?
Flags: approval4.2+
Flags: approval+
![]() |
Assignee | |
Comment 2•13 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified skins/contrib/Dusk/global.css
modified skins/standard/global.css
Committed revision 8337.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.2/
modified skins/contrib/Dusk/global.css
modified skins/standard/global.css
Committed revision 8117.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 3•13 years ago
|
||
There was one additional occurence of -moz-border-radius in show_bug.css which I forgot to rename in my patch:
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified skins/standard/show_bug.css
Committed revision 8345.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.2/
modified skins/standard/show_bug.css
Committed revision 8118.
You need to log in
before you can comment on or make changes to this bug.
Description
•