Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2012 at 17:57 UTC
Updated:
28 Dec 2012 at 07:34 UTC
The latest stable version of this module (7.x-1.11) doesn't work with Ckeditor 4 in Chrome and Firefox browsers. It only loads in Opera browser and in doesn't load in the rest browsers. What should i do to solve it?
Comments
Comment #1
hass commentedI reconfigured all too and it still trying to load my old karma skin what causes tons of 404. I have opended and saved the profiles again and they are configured with moono for sure.
Comment #2
shamio commentedYes, i reconfigured all options but it doesn't work in IE,Firefox and Chrome browsers. Please update this module to work with latest CKeditor 4.
Comment #3
t_i_b_o commented+1
Same problem with firefox and chromium.
module : 7.x-1.11
lib : CKEditor 4 (ckeditor_4.0_standard.zip)
Comment #4
shamio commentedI think its more than some problem because Firefox and Chrome can't load the editor at all!! It should be fixed faster.
Comment #5
rickmanelius commentedI'm also having this issue and will revert to a 7.x-1.10 until this is resolved because I also can't see the editor at all.
Comment #6
shamio commentedAfter facing this problem, i installed Ckeditor 3.6.5 with WYSIWYG module instead of Ckeditor module. But i don't like WYSIWYG module and waiting to install the coming fixed version of CKeditor module.
Comment #7
kevin morse commentedConfirmed with CKEditor 4.0 Standard on Chrome 23, Firefox 16, and IE 9. Kind of embarrassing that this wasn't tested before release... The skin issue is fine, I don't mind having to change skins but this is not working at all.
Comment #8
kevin morse commentedThe editor appears to be looking for Kama still even though that option has been removed and the Moono skin is the only option...
GET http://website.ca/sites/all/modules/ckeditor/ckeditor/ckeditor/skins/kam... 404 (Not Found)
ckeditor.js:71
GET http://website.ca/sites/all/modules/ckeditor/ckeditor/ckeditor/skins/kam... 404 (Not Found)
ckeditor.js:71
Comment #9
kevin morse commentedBy making a copy of the moono directory and renaming it kama I now have CKEditor 4.0 working fine on Chrome, FF, and IE. I'm not sure where the caching is coming from as I've cleared all caches but kama is definitely being stored somewhere.
Comment #10
shamio commentedIt should not work. I think it loads previous js files. It has problem and doesn't load at all.
Comment #11
cobadger commentedI am having the same issue in Chrome, Safari and Firefox. Reverting to old version until this is fixed.
Comment #12
DeNelo commentedHad to downgrade as well - to ckeditor 3.6.5 and module 1.9. The textarea would not show at all.
Comment #13
dczepierga commentedPls update to last DEV version. There shouldn't be problem with it...
@Kevin Morse, it was tested before release but we cannot find all bugs without help - it was ticket for add support to CKEv4 and help in review over 2 weeks and only few people help in the beggining but no one want to help in testing at the end, so sry but if community don't want to help i cannot do anything more.
Greetings
Comment #14
EllECTRONC commentedYep, DEV version works GOOD in FF 17.0 (linux), skin mono
Thanx!
Comment #15
hass commentedJust for clean code, wouldn't it better to have two branches? 1.x for 3.x cck and 2.x for 4.x cck. This way you are not cluttering the code base with tons of if/else... and in future 3.x will no longer used... so - who cares? Aren't we not known for no backward capability in Drupal :-).
Ähm... you committed nearly every day a fix and released than. This was not really a testing timeframe.
Comment #16
shamio commentedDoes the DEV version work fine with IE, Chrome and Opera browsers too?
Comment #17
shamio commentedComment #18
EllECTRONC commentedChromium v. 23.0.1271.64 - Works as designed
Opera 12 - Works as designed
IE - linux don't have it, but I think it works too
Comment #19
andros commentedI can't confirm that the latest dev works as designed with ckeditor 4.
Many toolbar items don't show up on the actually form, regardless what's being set on the configuration settings (chrome + firefox)
Comment #20
andros commented^ The buttons maybe in the full version of the editor, but if i install the full version, the editor didn't showup at all.
Comment #21
johns996 commentedI was having issues with the editor when I updated to the newest version of the module and ckeditor as well. Here's how I fixed them.
Comment #22
shamio commentedThe latest DEV version works BUT the color of skin changed and its really ugly. I think we should wait for stable version because this version is not usable.
Comment #23
johns996 commentedJust install the kama skin as I described in my post and the editor will look exactly like the 3.X version.
Comment #24
shamio commentedThanks, But i like to use moono skin as it loads faster. I think the maintainer is developing to new version and we should see stable version in next days.
Comment #25
andros commented@ johns996
The editor vanishes anyway in the full version, with or without kama skin.
I have cleared the cache and update all profiles to the moono skin before and also tried the kama skin for version 4, but no luck.
Comment #26
shamio commentedI had the same experience. Please use WYSIWYG module (drupal.org/project/wysiwyg) with CKeditor 3.6.5 until the new stable version comes.
Comment #27
dczepierga commented@shamio, but u can change color of UI in CKEditor profile? You have there color picker to do that....
@andros, do u see any errors in Firebug (Firefox addon)? Do u try to use last DEV version? Do u upload your skin (kama) to skins direcotry in ckeditor library?
Greetings
Comment #28
lasseitorp commentedWith the latest Dev version and CKEditor 4 Full I also get the blank textarea/editor. It asks for skins/moono/skin.js, which doesn't exist?
Comment #29
pere orgaHi,
After fixing the skin problem and downloading the last ckeditor from the CKEditor website, everything works fine. Now I'm using the last stable version (7.x-1.11) without problems.
Comment #30
sandeepmoras commentedWorkaround that helped my sites to use the latest version of this module with CKEDITOR v4 @ myworldmysite.com
For the missing Kama Skin, use CKbuilder to choose Kama as the skin and proceed(select preset FULL)
For the missing Editor after the updates, Go to CKEDITOR under drupal configuration --> Profile (select the profile in use) --> Just click Save. Refresh the page your Editor is up and running.
There are still minor bugs one of which is ckeditor/skins/kama/skin.js page not found error but for now its still working.
Comment #31
dczepierga commentedDo u clean cache after update? It should be problem with
skin.jsfile, because if skin not exists it choose default one from the available skin list... This bug is fixed in DEV version od CKEditor module, so pls test it there - not in 7.x-1.11 version.Greetings
Comment #32
lasseitorp commentedYes the latest DEV removes the skin.js problem but there's still no editor with the full version. Now I'm getting "Uncaught TypeError: Cannot read property 'ltr' of undefined".
Comment #33
dczepierga commentedIn which browser do u get this error? Do u try to check this in other browser?
it is possible to get any access to your webserver to debug it? If yes pls send mi PM with it.
Greetings
Comment #34
shamio commentedThis problem is fixed in the new stable version. Just install it and all problems will be solved.
Comment #35
write2David commentedI still got no CKeditor displayed (using 7.x-1.12 and CKeditor 4.0).
On /admin/config/content/ckeditor there was an error about "tableresize" in the "Full" profile. So, I "edited" the Full profile, didn't change anything, and then saved the profile. Now CKeditor 4.0 works.
Thanks.
Comment #36
shamio commentedI suggest you to delete ckeditor from your libraries folder firstly, then extract it again. It should work without any problem. I guess something is wrong as it works fine for me.
Comment #37
dczepierga commentedIf CKEditor not work, u must go to CKEditor configuration page where we try to detect all errors and show warnings for it.
After solved all problems in profiles displayed there, everything should work without problem.
Usually is only problem with plugins, because not all available in CKEditor v3 are also available in CKEditor v4 - or must be downloaded manually or added in CKBuilder.
If problem is solved and everything is clear, I closed this issue.
After last version it shouldn't be problem with it.
Greetings
Comment #38
niudongwei commentedyes, this is works!,thanks!
add the kama skin in your skins directory