Opened 12 years ago

Last modified 12 years ago

#9193 confirmed Bug

dont use "-moz-border-radius" use "border-radius" or also use border-radius

Reported by: Henrik Gemal Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: 3.0
Keywords: Cc:

Description

Firefox 13 and newer no longer understand -moz-border-radius. The standard border-radius CSS property must be used instead, which is supported since Firefox 4 https://bugzilla.mozilla.org/show_bug.cgi?id=781059

There are some places in the ckeditor css code where you use -moz-border-radius without also using the border-radius

Change History (1)

comment:1 Changed 12 years ago by Jakub Ś

Status: newconfirmed
Version: 3.6.5 (SVN - trunk)3.0

I have found missing "border-radius" when using "-moz-border-radius" in:

  • kama/dialog.css
  • kama/richcombo.css
  • kama/toolbar.css
  • office2003richcombo.css
  • office2003/toolbar.css
  • v2richcombo.css
  • v2/toolbar.css
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy