#6407 closed defect (bug) (wontfix)
"Log in" button does not have rounded right corners in Firefox 2.0.x
Reported by: | markjaquith | Owned by: | iammattthomas |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | minor | Version: | 2.5 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Change History (4)
#2
@
17 years ago
It's just buggy in FF 2.0.x. All buttons look good in FF3 and Safari 3.1.
In FF2 the radius rendering is quite unpredictable and depends on the surrounding styles. Sometimes setting all margins and padding to even number of pixels or overflow : visible may fix it.
Unfortunately FF3 doesn't support the standard CSS 3 property (for now?), so removing -moz-border-radius would remove them from there too.
Note: See
TracTickets for help on using
tickets.
The other login form buttons (Register, Get New Password) have a similar problem.
What is bizarre is that when I activate Firebug to see what CSS rules are applied to them, they magically are fixed!
There is also a problem with "Save Changes" on all of the Settings pages:
... but it seems to be a different problem on each page:
Maybe the moral of the story here is that
-moz-border-radius-*
is just very unpredictable.