Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#6407 closed defect (bug) (wontfix)

"Log in" button does not have rounded right corners in Firefox 2.0.x

Reported by: markjaquith's profile markjaquith Owned by: iammattthomas's profile iammattthomas
Milestone: Priority: low
Severity: minor Version: 2.5
Component: Administration Keywords:
Focuses: Cc:

Description

Screenshot from Firefox 2.0.0.13, OS X 10.5.2:

http://img405.imageshack.us/img405/8335/picture4vl5.png

Change History (4)

#1 @markjaquith
17 years ago

The other login form buttons (Register, Get New Password) have a similar problem.

http://img212.imageshack.us/img212/7633/picture7xt1.png
http://img212.imageshack.us/img212/6074/picture6sh7.png

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:

http://img255.imageshack.us/img255/7635/picture5ep4.png

... but it seems to be a different problem on each page:

http://img255.imageshack.us/img255/3885/picture8le4.png

Maybe the moral of the story here is that -moz-border-radius-* is just very unpredictable.

#2 @azaozz
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.

#3 @iammattthomas
17 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

It's disappointing that FF3 still requires the -moz-border-radius declaration; otherwise I'd love to remove it and treat FF2 the same as IE. Hopefully it will soon and we can drop it in the future.

#4 @lloydbudd
17 years ago

  • Milestone 2.5 deleted
Note: See TracTickets for help on using tickets.