Closed (works as designed)
Project:
Ubiquity theme
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 May 2008 at 14:01 UTC
Updated:
1 Jun 2008 at 00:57 UTC
See attached screenshot. When using the FCKeditor, the theme background shows up in the background of the editor. But I'm not sure if this is a problem with the editor or theme :)
Anyway, I really like this theme!! :-)
| Comment | File | Size | Author |
|---|---|---|---|
| FCKeditor.PNG | 17.14 KB | dan.crouthamel |
Comments
Comment #1
melon commentedThis is a common issue that comes up with many themes.
FCKeditor uses the theme style css file by default and Ubiquity has a background image defined to the
<body>element.It is recommended to set up the editor css to 'FCKeditor default' or construct a simple css file and use that for this rich-text editor.
Comment #2
dan.crouthamel commentedAhh, thanks you! That took care of it :)