I have this weird problem only with Firefox. I have a long CCK form with plenty of fieldgroups and textareas. I have enabled CKEditor for all the textareas. The editor loads fine, but when I try to type to the textarea, there is no cursor and I cannot type anything. I have to click to disable and then enable the editor again to be able to type. This doesn't happen in Chrome, Safari, nor IE8.

Comments

mErilainen’s picture

And there are plenty of javascript warnings such as:

Warning: Unknown property 'border-radius'.  Declaration dropped.
Source File: .../sites/all/modules/ckeditor/ckeditor/skins/kama/editor.css?t=A4SD49Y
Line: 6

Warning: Error in parsing value for 'filter'.  Declaration dropped.
Source File: .../sites/all/modules/ckeditor/ckeditor/skins/kama/editor.css?t=A4SD49Y
Line: 8

Warning: Unknown property 'border-top-left-radius'.  Declaration dropped.
Source File: .../sites/all/modules/ckeditor/ckeditor/skins/kama/editor.css?t=A4SD49Y
Line: 9

And this error shows many times:

Error: h is null
Source File: .../sites/all/modules/ckeditor/ckeditor/ckeditor.js?I
Line: 13

It looks like h is referred to before it's declared

var h=new g(this.$.ownerDocument||this.$.parentNode.ownerDocument);
wwalc’s picture

Try the dev release of CKEditor module and disable spell checker (scayt) auto startup in the administration section.

mErilainen’s picture

Tried, no success. I still need to switch CKEditor off and on before I can type to the text area.
As a side note, I tried this time from Ubuntu. But the problem seems to be in Firefox. I think it doesn't like the error in JS. Chrome sometimes ignores these and works even with errors.

Doesn't anyone else experience this problem?

R2-D8’s picture

Same problem here,
no diff between 6.x-1.1 / 6.x-1.dev (2010-Jul-11).

I'm using drupal-6.19;
a custom Zen-Sub-Theme 6.x-1.1
and some JS-modules like "admin_menu", "better_messages", "mp3_player"...

Like mentioned in #830012: Editor appears but can't edit or add text if edit page loads with collapsed fields
the bug only happens when using cck-fieldgroups.

Additionally only Firefox does make this problem; I had no such problems with IE and Chrome.
But for me thas doesn't help. Need to get it working in Firefox.

At the moment I'll skip using cck-fieldgroups for node-input.

jcisio’s picture

Status: Active » Closed (duplicate)