Ckeditor works fine, but not in panels using custom nodes. I have tried this in both a site with a clean install, and a D6-7 upgrade.

Comments

esmerel’s picture

Status: Active » Postponed (maintainer needs more info)

Define "doesn't work"

esmerel’s picture

Issue tags: -ckeditor-7.x-1.0
alperian’s picture

With respect, I didn't say that chkeditor didn't work. It just doesn't appear when I edit a custom node in a panel. If it were my gut feeling, I might suspect that the problem might lie with panels and not cheditor as ckeditor works perfectly everywhere else.

When I select admin/structure/pages/nojs/operation/etc. from the panel content page and select 'edit content' from either ipe or the designer, the first time I don't get any text box not even a plain one. So I click cancel, then I go back again and click on edit content again and I get a plain text box. This is irrespective of the theme I am using (pixture reloaded, Garland or Bartik) and on both websites.

So I eventually get a plain text box in the panel designer, but no ckeditor. It is probably me being a numpty if there haven't been any other occurrences from other users.

merlinofchaos’s picture

There's an issue in the wysiwyg module queue about working with lazy load, this may be the problem.

alperian’s picture

Ok MoC, but I have always used the ckeditor module.

bryancasler’s picture

subscribe

merlinofchaos’s picture

I have no idea if ckeditor is compatible with Drupal 7's lazy load. If it's not, then it cannot appear in modals.

mattsmith3’s picture

I've tested with ckeditor and tinymce and neither is working on my end. Can we bump to bug report?

leppurd’s picture

Title: ckeditor does not show up in panels using custom nodes » ckeditor does not show up in panels / custom nodes
Version: 7.x-3.0-alpha2 » 7.x-3.0-alpha3
Status: Postponed (maintainer needs more info) » Active

I am using
panels-7.x-3.0-alpha3
and
ckeditor-7.x-1.1

What needs 2 B done 2 make it work ?

Thanks.

JeffBrower’s picture

I need to bump this too. I know HTML, but my users do not. They are using panels and ckeditor as their only option to create custom content. My configuration is the same as leppurd

irwin nerwin’s picture

#10 JeffBrower, pardon the noobish intrusion. Just started learning Panels today, and when no editor showed up for mini-panels custom content, I thought it must be me; perhaps this time it isn't? You said you know HTML. That I can do; is there a workaround, a file to edit or...?

UPDATE: Oh. I hadn't turned on Custom content panes module. (as per http://drupal.org/node/1075592#comment-4181232). Never mind.

merlinofchaos’s picture

See my response in #7. Bumping and upgrading won't help.

bryancasler’s picture

leppurd’s picture

w or w/o custom content panes turned on, ckeditor does not popup when I want to add custom content in a panel.
Is there a (straight forward and easy) solution ?

leppurd’s picture

mattsmith3’s picture

merlinofchaos: What do you recommend for us to use with panels to get custom content into panes? How does your company do it? What tools should we use?

FreeFox’s picture

Hi Merlin,

I got this behavior too on my previous sites I developed. Now I had some more time to try a few things:

I take a new installation of Drupal 7 with:
- Panels 7.x-3.0-alpha3
- CKEditor 3.5.2.6450 (no modules, just downloaded and put in all/libraries folder)
- FCKeditor 2.6.6 (no modules, just downloaded and put in all/libraries folder)

I created 2 identical filters based on Full HTML, 1 for CK and 1 for FCK.
When I do add content and choose CK, it doesn't show up, just an empty space but when I select the FCK, it works fine.

So it's CK related.

My workaround: use FCK :(

Hope this helps a bit

Greetz
Freefox

shinz83’s picture

FreeFox you saved my bacon. FCKEditor will work for this - Cheers!

esmerel’s picture

Status: Active » Closed (duplicate)

It's sounding more and more like a wsiwyg issue; based on the activity at the issue linked in #13

gmopinillosv’s picture

Hello there
I am having something similar. CKEditor appears on simple page node but It doesn't appears on product node.
I have realized the next:
1. When ckeditor appears it there are a line with this codes: jQuery.extend( ...... "js":{"sites\/all\/modules\/ckeditor\/includes\/ckeditor.utils.js":1,"sites\/all\/modules\/ckeditor\/ckeditor\/ckeditor.js":1, "sites\/all\/modules\/ckeditor\/ckeditor.css":1

2. When ckeditor doesn't appears just have this code: jQuery.extend(...... "sites\/all\/modules\/ckeditor\/ckeditor.css":1

I got it from source code of both way, when it appears and when it not appears.

Does sombody have any idea what is happening? Why ckeditor doesn't appears on product node?

Thanks in advance.

vparfaniuc’s picture

#17 Worked just fine for me, thanks

Z2222’s picture

I also have this problem with:

Panels 7.x-3.0-alpha3
Drupal 7.9
WYSIWYG 7.x-2.1
CKEditor 3.6.2.7275

Has anyone found a solution that doesn't involve FCKeditor?

summit’s picture

May be this issue can help? http://drupal.org/node/356480
greetings, Martijn

astra’s picture

Version: 7.x-3.0-alpha3 » 7.x-3.2

I have the same problem for custom nodes of Panels. I can't edit body of notes with the full HTML format.

The site runs under:
Drupal 7.16
Panels 7.x-3.2
WYSIWYG 7.X-2.1

If disable WYSIWSG, there is no problem to edit using the full HTML format.

louisbabumba’s picture

Issue summary: View changes

Hi Guys,
You can find the solution on this link https://www.drupal.org/node/1075592#comment-10241437
Installing WYSIWYG and configuring it appropriately will enable you to use the CKEditor in panels as illustrated in the update I made on the link above.
This worked for me, I hope that helps you too.

Chao

louisbabumba’s picture

Hi Guys,
You can find the solution on this link https://www.drupal.org/node/1075592#comment-10241437
Installing WYSIWYG and configuring it appropriately will enable you to use the CKEditor in panels as illustrated in the update I made on the link above.
This worked for me, I hope that helps you too.

Chao