Greetings,

The problem:

  • I use the Omega default theme (or some theme that is using Omega as base theme)
  • CKEditor seting "Editor CSS" is switched to "Use theme CSS"
  • Editor is unable to load CSS files from Omega and/or it's successors.

I guess the problem lies in different style definition in Omega-like themes:

css[global.css][name] = Your custom global styles
css[global.css][description] = This file holds all the globally active custom CSS of your theme.
css[global.css][options][weight] = 10

css[checkout.css][name] = Your custom checkout style
css[checkout.css][description] = Checkout standard style for eshop
css[checkout.css][options][weight] = 10

Compared to standard theme CSS definition:

stylesheets[all][] = css/layout.css
stylesheets[all][] = css/style.css
stylesheets[all][] = css/colors.css
stylesheets[print][] = css/print.css

Do you think CK Editor should change to support Omega theme?

Comments

mkesicki’s picture

Category: bug » feature
Status: Active » Postponed

I change this ticket as feature request. For now we can't change 'standard' behaviour to something else. I think that theme should also use standard drupal's way. Maybe in future versions it will be possible to add new definition to existing one. We try check this . Please be patient.