I have installed the beta and the prerelease version of ckeditor 3.1. I have a teaser break button but no page break button. In the drupalbreaks/images directory I find drupalbreak.gif. But there is no drupalpagebreak.gif.
I came across another problem during setup, but have not yet had a chance to check out whether it was at my end. So I'll tell you about it and you can see if others report a similar issue. I tried to set a custom color for the UI. When I clicked the button to do so my browser Firefox 3.0.12 said it was transferring data. But it essentially froze before the color picker appeared. I eventually just killed it. I went back and picked one of the color presets. But what I got when I created a new page was the default color scheme. This is not a big issue for me. But I suspect you will hear from others about it.
Comments
Comment #1
mephir commentedProblem with crashing firefox or chrome is here. Check if you have paging module installed and enabled.
Comment #2
rsbecker commentedThanks. Paging wasn't necessary with FCKEditor, so I didn't know I needed it. I now have a button but no graphic in it.
The later release of CKEditor fixed the freezing.
Comment #3
mephir commentedAll files are uploaded ? You should have in ckeditor_module_dir/plugins/drupalbreaks/images/:
Comment #4
wwalc commentedComment #5
rsbecker commentedYes, the files are there but I have an empty button for some reason I cannot figure out.
Comment #6
wwalc commentedCan you check using Fiddler or some tool in firefox like Firebug or "Tamper Data" extension to see what urls CKEditor is requesting?
Check if CKEditor looks for something like:
http://drupal.ckeditor.com/sites/all/modules/ckeditor/plugins/drupalbrea...
I've just noticed that CKEditor wass requesting file with double slash (//), perhaps that was the problem - I've fixed this in CVS (check the dev release tomorrow).
Comment #7
rsbecker commentedThe current dev version fixed this problem. Thanks.
Comment #8
wwalc commentedThanks for testing!