Hello,

I searched for a related issue, but could not find one. If anyone can redirect me to the right post, I'd be most appreciative.

I've set up the newest version of CKEditor to use with my Drupal 7 site and installed CKFinder to use within Drupal.

The problem is that whenever I click "OK", after I've selected my image/item (happens for any insertion, such as Anchor, Images, SWF files, etc.) the Upload screen goes away, as normal, but then leaves the screen gray and lifeless; frozen. Once this happens, I refresh the screen, nothing is saved, and the document/page is in the same original condition as when I first opened it.

Thanks for reading and I hope someone can help me out.

Cheers,

JK

Comments

Drupal Designs 1’s picture

I noticed another comment about a JScript void issue and that made me double check with Firebug.

There are two errors in the Firebug console that I'm seeing. When I first load into an edit page screen, with the CKeditor visible , I get these page errors:

Unknown property 'border-radius'. Declaration dropped.
[Break On This Error] border-radius: 3px;
system...?lhff3r (line 236)
Unknown property 'border-radius'. Declaration dropped.
[Break On This Error] border-radius: 4px 0 4px 4px; /* LTR */
contex...?lhff3r (line 76)

Error in parsing value for 'filter'. Declaration dropped.
[Break On This Error] filter: progid:DXImageTransform.Micr...000, direction='180', strength='10');
toolba...?lhff3r (line 48)

Unexpected token in attribute selector: '!'.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'has'.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'has'.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'has'.
[Break On This Error]
Unknown property 'box-sizing'. Declaration dropped.
[Break On This Error] box-sizing: border-box;
system...?lhff3r (line 74)
Unknown property 'border-radius'. Declaration dropped.
[Break On This Error] border-radius: 3px;
system...?lhff3r (line 236)
Unknown property 'border-radius'. Declaration dropped.
[Break On This Error] border-radius: 5px;
shortc...?lhff3r (line 28)
Unknown property 'border-radius'. Declaration dropped.
[Break On This Error] border-radius: 5px;
shortc...?lhff3r (line 50)
Unknown property 'border-bottom-right-radius'. Declaration dropped.
[Break On This Error] border-bottom-right-radius: 5px;
shortc...?lhff3r (line 97)
Unknown property 'border-top-right-radius'. Declaration dropped.
[Break On This Error] border-top-right-radius: 5px;
shortc...?lhff3r (line 98)
Unknown pseudo-class or pseudo-element 'hidden'.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'first'. Dangling combinator.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'last'. Dangling combinator.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'first'. Dangling combinator.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'input'.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'header'.
[Break On This Error]

uncaught exception: [CKEDITOR.editor] The instance "edit-body-und-0-value" already exists.
[Break On This Error] (no source for )

Unknown pseudo-class or pseudo-element 'first'.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'last'.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'last'.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Expected ':' but found 'undefined'. Declaration dropped.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'last'.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'last'.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'last'.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'last'.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'last'.
[Break On This Error]
Unknown pseudo-class or pseudo-element 'last'.

Those two highlighted sections are where I'm guessing the problem is. Any help appreciated.

Drupal Designs 1’s picture

Assigned: Unassigned » Drupal Designs 1
Priority: Normal » Major
Status: Active » Closed (duplicate)
UK_Rogue’s picture

Status: Closed (duplicate) » Needs review

Not sure if that resolution works in this case. I Have D7 (Image core V7) and Ubercart (V7.3 beta 2) loaded with CKeditor (7.x-1.x-dev) and Imagepicker (7.x-1.2). If I create a new product and upload an image then both CKEditor and Imagepicker break on the create screen. If I then remove the image both modules work correctly. Anyone else with the same issue?

dczepierga’s picture

Status: Needs review » Closed (duplicate)

@UK_Rogue, pls create new issue with your problem - u can give there link that is related with this issue. Open old closed issue is not really good idea ;)

Greetings