Closed (duplicate)
Project:
Panels
Version:
7.x-3.2
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2011 at 15:23 UTC
Updated:
21 Aug 2015 at 05:32 UTC
Jump to comment: Most recent
Comments
Comment #1
esmerel commentedDefine "doesn't work"
Comment #2
esmerel commentedComment #3
alperian commentedWith 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.
Comment #4
merlinofchaos commentedThere's an issue in the wysiwyg module queue about working with lazy load, this may be the problem.
Comment #5
alperian commentedOk MoC, but I have always used the ckeditor module.
Comment #6
bryancasler commentedsubscribe
Comment #7
merlinofchaos commentedI have no idea if ckeditor is compatible with Drupal 7's lazy load. If it's not, then it cannot appear in modals.
Comment #8
mattsmith3 commentedI've tested with ckeditor and tinymce and neither is working on my end. Can we bump to bug report?
Comment #9
leppurd commentedI am using
panels-7.x-3.0-alpha3
and
ckeditor-7.x-1.1
What needs 2 B done 2 make it work ?
Thanks.
Comment #10
JeffBrower commentedI 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
Comment #11
irwin nerwin commented#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.
Comment #12
merlinofchaos commentedSee my response in #7. Bumping and upgrading won't help.
Comment #13
bryancasler commentedRelevant? #356480: Lazy-load editors
Comment #14
leppurd commentedw 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 ?
Comment #15
leppurd commentedComment #16
mattsmith3 commentedmerlinofchaos: 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?
Comment #17
FreeFox commentedHi 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
Comment #18
shinz83 commentedFreeFox you saved my bacon. FCKEditor will work for this - Cheers!
Comment #19
esmerel commentedIt's sounding more and more like a wsiwyg issue; based on the activity at the issue linked in #13
Comment #20
gmopinillosv commentedHello 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.
Comment #21
vparfaniuc commented#17 Worked just fine for me, thanks
Comment #22
Z2222 commentedI 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?
Comment #23
summit commentedMay be this issue can help? http://drupal.org/node/356480
greetings, Martijn
Comment #24
astra commentedI 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.
Comment #25
louisbabumba commentedHi 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
Comment #26
louisbabumba commentedHi 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