Closed (duplicate)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.10
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Dec 2009 at 11:28 UTC
Updated:
21 Mar 2012 at 02:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
gadzuk commentedMe too. CKEditor 3.0.1. Apparently this is known? #627714: Date for release (comment #5)
I tried copying modules/ckeditor/plugins/* to modules/ckeditor/ckeditor/plugins
In my status report I get this message
I see the modules/ckeditor/ckeditor.config.js has this line. But there's no version 3.1 of ckeditor available that I can find, the latest is 3.0.1.
I tried editing the two CompareVersion lines to 3.0.1. No joy.
Also tried editing modules/ckeditor/ckeditor/config.js, but no luck
Comment #2
mephir commentedPrerelease version of ckeditor is to download from main module project page (http://drupal.org/project/ckeditor).
Comment #3
brack11 commentedTried to download ckeditor 3.1 also upgraded module to 6.x-1.x-dev still no luck
Comment #4
gadzuk commentedJust read the above...
Tried it, the break shows now in the editor but no show for the teaser button
Comment #5
brack11 commentedOk, moved back to FCKeditor until solution for CKeditor, Unfortunately FCK has problems with Safari 4.0.4 but have to survive with that.
Comment #6
mephir commentedWhich of toolbars you have enabled? Because on non-Drupal toolbars there isn't drupal break and drupal page break. They are only on DrupalFull and DrupalFiltered. Buttons appear only if replaced textarea have teaser, they don't be showed for example on comment textarea.
Comment #7
wwalc commented@anyone having still this problem with CKEditor 3.1 - can you send me a PM with a link to your Drupal installation where I could see this bug live?
Comment #8
brack11 commented@mephir
I was using only drupalfiltered so, there is nothing extra but default setup
Comment #9
brack11 commentedWeird thing happened, today, after couple of days using fckeditor, i disabled it again and enabled ckeditor instead. The weird thing is that I can see button and break now!!! so I guess the status goes to closed for this topic. I will wait to close it for one more day, in case someone else is struggling with this issue.
Comment #10
gadzuk commentedI'm still having trouble. Downloaded today's dev and the 3.1 SVN version, running DrupalFiltered toolbar. Also tried DrupalFull.
Content that already had the break is showing it fine, but no teaser button. wwalc I'll PM you the site
Comment #11
CinemaSaville commentedI'm now having the same issue. Downloaded Dec 17 dev and 3.1 SVN version too. Running DrupalFull toolbar.
No break.
Comment #12
brack11 commentedI believe this should be more investigated by developers, I have no problem now but I didnt do a thing to solve it, trying to remember maybe I cleared the drupal cache? Could any of you who have this problem try to disable ckeditor, clear cache and then enable ckeditor again, would that help?
Comment #13
CinemaSaville commentedDone. Had no effect.
Comment #14
wwalc commentedOk, apparently it seems that the problem is in missing information about teaser break in the page source.
Teaser buttons should appear correctly, if something like that is in the source of your page:
and
(the second line is a part of "jQuery.extend(Drupal.settings,...") and instead of edit-body there might be a different id of the textarea, but anyway something like that should be there).
Information about teaser is added by theme_textarea() function in includes/form.inc
The question is - are you perhaps using a custom theme or module that overrides this behavior? Could you try investigate it?
Try switching to the default Garland theme, write down somewhere the list of enabled modules and then disable contributed modules and check if that helped.
You may also list here the list of enabled modules, perhpaps we'll be able to track down which module appears on every site with this probolem (if it really is a problem with another module).
Comment #15
CinemaSaville commentedthose 2 statements are not in the source.
Comment #16
wxman commentedI don't know if this will help solve this, but I got the teaser break to work for me.
I had originally ran the WYSIWYG module, and TinyMCE. I also had the Ajax module, with the "Ajax plugin - wysiwyg" enabled. After reading all your comments, I went back and disabled the WYSIWYG module compleatly, and just the "Ajax plugin - wysiwyg". Afterward, I cleared the browser, and the Drupal cache, reloaded my edit page, and there the button was.
This is all on a custom theme, by the way.
Comment #17
gadzuk commentedFound my problem, thanks wwalc!
misc/teaser.js wasn't loading due to conflict with component "Resizable Body and Comments 6.x-2.0", when I disabled that component the button came back.
The component adds a checkbox to each content type "Use "Split Summary at Cursor" teaser button?". When unchecked the teaser button in ckeditor no longer functions, (but I'm pretty sure it did function in fckeditor).
The body resize component has this code (resizable_body.module)
I suspect the component was causing this to not run (includes/form.inc)
Comment #18
wwalc commentedI've created a separate issue regarding Resizable Body - #666560: Compatibility with Resizable Body. Thanks gadzuk!
Comment #19
wwalc commented@wxman - thanks as well, the problem is in WYSIWYG module that adds this:
I have created a separate issue: #666616: Problems with teaser when WYSIWYG module is enabled.
So, to summarize, if you have problem with missing teaser buttons, make sure that Resizable Body or WYSIWYG modules are not enabled.
If they're not enabled, please report it here and we'll try to investigate which module is causing this.
Comment #20
wwalc commented@CinemaSaville - do you have any ot these modules enabled perhaps?
Comment #21
wxman commentedOnce I got rid of the WYSIWYG module completely, I switched back to the latest ckeditor module. It works great now, and the teaser splitter button is there.
Comment #22
CinemaSaville commentedI do not have any of those modules installed. And Teaser break still doesn't appear with latest dev.
Comment #23
CinemaSaville commentedOK, mystery solved. It seems that when the "Table" editing issue popped up, I was forced to go back to WYSIWYG module implementation of CKEditor on another site in my multi-site config, and I ended up going back to CKEditor 3.0.1 to make that work. So I had forgotten (You'll have to forgive me, Drupal keeps me on my toes with updates, and modules doing funny little things sometimes, so I may lose track occasionally.) that I had that version in there, AND I was under the impression that this module only worked with 3.1, so on the other site I was using with CKEditor module, it was going along perfectly until the mysterious teaser break button disappeared. But, that happened somewhat later than the CKEditor was downgraded back to 3.0.1, so it was a bit tricky until I tried checking WYSIWYG settings, and noticed that the CKEditor in the libraries folder was indeed 3.0.1, and both modules were using that version. So, yes, the teaser button is now back in play. Sorry again for the confusion, but when you're bridging the two worlds, and things aren't completely working in either version it's really challenging. Keep up the great work, and by all means, let's try to get that table editing happening on the Mac. (Have latest DEV and nightly builds, and it still doesn't work.)
Comment #24
wwalc commentedI have fixed (in CVS) the problem with teaser button. It should appear even when modules disabling the teaser are enabled. Please check the dev release and let me know if it works as expected.
@CinemaSaville no problem at all, thanks for explanation and testing.
Regarding Mac and tables - we were not able to confirm this and probably it will be not fixed in 3.1 unless we'll manage to reproduce it locally.
The 3.1 branch of CKEditor was recently copied to the trunk, which means that now you can download the latest version of CKEditor 3.1 here: http://nightly.ckeditor.com/
The question is: do you still see this bug in the nightly build demo, I mean here: http://nightly.ckeditor.com/4803/_samples/replacebyclass.html ?
We do not want to introduce regression bugs in CKEditor, so if it really stopped working for you properly and worked in 3.0.1, can you please check this site: http://rev.ckeditor.com/ ? It contains each version of CKEditor, by clicking on "samples", you may instantly check it.
Try checking when exactly that thing was broken, perhaps we'll be able to fix it even without being able to reproduce it if we know what caused it.
The easiest way of finding such things is starting with relatively big gaps, like 200 revisions and then when you locate the problem between revisions 4200 and 4400 (for example) check revision 4300, then 4350 or 4250 and so on.
Comment #25
CinemaSaville commentedAs far as the nightly build demo goes, there's no tables support in Sarafi 4.0.4 FF 3.5.6 and Chrome Beta. Are other people running Mac seeing the table edit when they control click on the table?
As far as figuring out when this broke, I'd love to do that, but right now I have so many projects going on, I'm just going to have to avoid using tables on my site. I really need to focus on making movies and leave the coding and testing to you guys. Please feel free to check out some funny movies on my site at http://CinemaSaville.com this way I can pay you back for your great work in laughter. And I can see if my comedy plays in your country, or if you're left scratching your head like I am about what happened to the table editing in your editor. Again, Bravo for your great WYSIWG web editor. My favorite!
Comment #26
brack11 commented@CinemaSaville
I'm using mac with Tiger and Safari 4.0.4 works fine with tables in CKEditor and I see table edit when I right-click inside the table, so, no problem there.
Comment #27
CinemaSaville commentedOk, could be a snow leopard issue then. Anyone on snow leopard want to weigh in on this.
Comment #28
brack11 commentedTrouble again - I upgraded the ckeditor module yesterday and after first save entire teaser has disappeared. Only moving back to fckeditor solved the problem. Now, the teaser button in ckeditor exists and functioning properly, the teaser break line is there and is placed below teaser, pressing preview or save results in empty teaser. Have a feeling that these two problems (teaser button disappearance and teaser text) are connected. Any ideas?
Comment #29
brack11 commentedComment #30
brack11 commentedI have restored ckeditor to 6.x-1.x-dev (2009-Dec-10) and it works like a charm. Then I have a question - what is wrong with 6.x-1.x-dev (2009-Dec-24) and 6.x-1.0-beta1 (2009-Dec-04)? I keep loosing teaser text if I use any of them.
Comment #31
wwalc commented@brack11 - is it possible that you have javascript caching enabled in Drupal and forgot to clear Drupal cache? Or that your browser was caching javascript files?
The latest dev release should work, at least I hope so...
If possible, can you PM me a link to a site with the latest dev version where teaser break button is not available?
Comment #32
brack11 commentedI cleared the cache several times because I'm developing a new theme so, did it a few times.
I will make yet another site and install new ckeditor there, and PM you link then, my site is in almost production stage now dont want to install new things there.
Comment #33
wwalc commented@brack11 yes please, send me a PM with a link to such site, it will help me a lot. Thanks in advance!
Comment #34
brack11 commentedI have mde another site but cannot figure how to make dierent version of ckeditor in this site - I have module in sites/all/modules/ckeditor and newer (problematic) version is at sites/drupal.swarl.org/modules but drupal.swarl.org site sees only version that is in all/modules folder.I dont want to replace the one located in "all" folder because there are two public sites working there with over 40 users.
Comment #35
brack11 commentedI guess there is a duplicate of this issue, more committed to the present problem of the latest version see it here: #671668: Teaser-Problem with CKEditor
Comment #36
wwalc commentedComment #37
williswatson commentedi have the same bug
no matter what i 'm trying to do ,the fucking DRUPAL BREAKING BUTTON still don't come out
now i d'not upgrade fCK to cke ,
hope someone could fix it soon
Comment #38
hschott commentedJust updated to Drupal 6.24 and the latest ckeditor module only and now have this problem - teaser button missing.
Comment #39
acbramley commentedHaving this problem also, updated from ckeditor-6.x-1.3 to 6.x-1.10, reconfigured my custom toolbars, and now one of them is showing the drupal break button and the other one isn't. Using the latest ckeditor library, have ticked the box to use the plugin in both profiles.
Comment #40
acbramley commentedAfter a bit more disabling/re-enabling I managed to get this working.