Opened 12 years ago

Last modified 12 years ago

#8448 confirmed Bug

CSS errors in FF 7.01 using CKEditor 3.6.2

Reported by: Henrik Helmø Larsen Owned by:
Priority: Normal Milestone:
Component: UI : Skins Version: 3.6.2
Keywords: Cc:

Description

There are som CSS problems when using CKEditor with FireFox 7.01. I use CKEditor 3.6.2. I don't have an english version of FF - so my FF errors are in Danish:

[12:03:41.373] Forventede farve, men fandt 'auto'.  Forventede farve, men fandt '-webkit-focus-ring-color'.  Forventede 'end of value' men fandt '-webkit-focus-ring-color'.  Fejl i fortolkningen af værdien for 'outline'.  Erklæring droppet. @ http://localhost/components/ckeditor/_source/skins/kama/mainui.css:100
[12:03:41.379] Fejl i fortolkningen af værdien for 'filter'.  Erklæring droppet. @ http://localhost/components/ckeditor/_source/skins/kama/toolbar.css:149
[12:03:41.453] Fejl i fortolkningen af værdien for 'filter'.  Erklæring droppet. @ http://localhost/components/ckeditor/_source/skins/kama/menu.css:55
[12:03:41.511] Fejl i fortolkningen af værdien for 'filter'.  Erklæring droppet. @ http://localhost/components/ckeditor/_source/skins/kama/richcombo.css:65

But all in all the "filter" declaration is a problem - it cannot interpret the value - so the error reads: "declaration dropped"...(toolbar.css line 149, menu.css line 55 and richcombo.css line 65)

Also the interpretation of the value for "outline" doesn't work. Here it expects to find a color but finds: 'auto' or '-webkit-focus-ring-color'... (mainui.css line 100)

It is quite annoying that these messages fill up when you are debugging

Attachments (1)

console.png (56.1 KB) - added by Jakub Ś 12 years ago.

Download all attachments as: .zip

Change History (2)

comment:1 Changed 12 years ago by Jakub Ś

Status: newconfirmed

Can be observed in Firefox 4-7 in WWW console (See attached pic).

It occurs only in CKEditor 3.6.2 release. When I was checking the revision list I have found out that errors concerning toolbar/menu/richcombo don't popup on page load. Only “-webkit-focus-ring-color” and “.filter was droped” were present but those can be observer from rev [3155].

Changed 12 years ago by Jakub Ś

Attachment: console.png added
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