This is pretty straightforward, really. I'm using v4.1.1, and the editor panel displays just fine in IE9 and Chrome 34, but I only see a blank area in Firefox 29. I'm hoping it's just something simple that I'm doing wrong.
Here's the text area element on the page:
<textarea id="messageEditor" rows="20" cols="100"></textarea><br>
Here's the script that gets called after the page loads:
$(document).ready(
function() {
// Create the CKEditor instance.
CKEDITOR.replace('messageEditor', {
customConfig: '/app/scripts/message_editor_config.js',
contentsCss: '/app/css/message_editor_contents.css',
uiColor: '#14B8C4'
});
});
I'm seeing no errors in Firebug. I would appreciate it very much if someone could point out what I'm doing wrong here. Thanks.
Cache
Did you tried to clear your cache?
Cache
Numerous times, thanks.
Hi,
Hi,
have you tried resizing the firefox window to eliminate display problems?
have you checked the code with firebug or something else?
bye
You can you create a test
If you think that it's a bug you can you create a test page and report it on http://dev.ckeditor.com.
One more thing to check - do you have wysiwygarea plugin enabled?
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Hi
I have tried resizing the window as well as zooming in and out, to no avail. Thanks.
wysiwygarea plugin enabled?
I'm not sure what you mean by having the wysiwygarea plugin enabled. Could you elaborate, please?
wysiwigarea plugin
Reinmar, I downloaded and enabled the wysiwygarea plugin you referred to. Thanks for the suggestion. Unfortunately, it didn't resolve my issue.
JSFiddle
Perhaps post your code in a JSFiddle -> http://jsfiddle.net/ Is handy for us to help you debug