Using ckeditor v3 in an IIS webserver and ColdFusion environment, the editor works fine for the current versions of IE8, Firefox and Chrome. However, when I maximize the editor, it shows the web page underneath, presumably because the editor window is transparent.
If I toggle into edit source it displays correctly, presumably because the editor window is opaque in this mode.
The editor behaves the same for the above 3 browsers.
I've checked this by enclosing the web page content in a div tag with a background style set to white. This fixed the problem, but is not a practical solution.
v2 of the editor works fine.
If I toggle into edit source it displays correctly, presumably because the editor window is opaque in this mode.
The editor behaves the same for the above 3 browsers.
I've checked this by enclosing the web page content in a div tag with a background style set to white. This fixed the problem, but is not a practical solution.
v2 of the editor works fine.

Re: Maximizing the editor shows the webpage underneath
I was referencing a custom stylesheet for the editor content and just needed to set the body style to have a background color.
Re: Maximizing the editor shows the webpage underneath
I also have a custom css which tells that the background is transparent, which is what i want normally, the editor's background can be anything and i don't know it.
But in fullscreen it should be defined color like white. But I don't have any idea how to change the background only when the editor is maximized.
Does someone have any ideas about how to archive it?
Re: Maximizing the editor shows the webpage underneath