Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2008 at 03:26 UTC
Updated:
10 Oct 2009 at 08:38 UTC
I am using FCKeditor. The editor works well with any other theme but does not show up when using the Blueprint theme.
Comments
Comment #1
lyricnz commentedCheck your javascript errors. You may find that because Blueprint puts all the javascript at the bottom of the file, inline "Drupal.extend" calls will be broken.
Comment #2
m3avrck commentedRight that is likely the cause. I think then the issue is with how FCKEditor defines it JS since if it is setup correctly it should still work.
I suggest moving this issue over there...
Comment #3
Jorrit commentedI will put this at the todo list
Comment #4
wwalc commented5.x fixed in CVS.
Comment #5
wwalc commentedFixed in 6--1 and 6--2 as well.
I'm not sure about 6--2 though, in 5--2 and 6--1 I used:
if (Drupal.jsEnabled) {$(document).ready(function() {'. $js .'});}but in 6--2 I had to remove document.ready call to start FCKeditor. It definitely has something to do with the new loading method of FCKeditor (Drupal.behaviors)... so please correct it Jorrit, if you think it should be done in a different way.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
mattez commentedI use last version of Drupal and FCK. When I move
print $scripts;just before tag, how is written here:
http://craigsworks.com/projects/qtip/docs/#installation
FCKeditor never render again. When I copy it back to FCKeditor start works again (so I leave it there for the present).
So this issue is not absolutely fixed IMHO.
Comment #8
mattez commentedI found ** solution here **
http://wimleers.com/article/improving-drupals-page-loading-performance#r...
It should be
..and FCK works.
Comment #9
Jorrit commentedThis was also mentioned at http://drupal.fckeditor.net/troubleshooting#1.