Split summary at cursor not showing up
renee - September 3, 2008 - 23:37
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 6.x-1.3-rc1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
If I have FCKEditor turned on, I don't get the "Split summary at cursor" button, although I do see the "Show summary in full view" check-box. When I switch to the rich text editor, the button appears; switch back, it disappears. Is this a bug?? I shouldn't expect my users to understand this and switch to rich text just to create a summary....!

#1
The split point of a post can be modified using the DrupalBreak toolbar element. Edit your config to add it to your toolbar or choose a toolbar that contains it.
#2
It should work as follows:
When FCKeditor is enabled and turned on, "Split summary at cursor" button is disabled and "Break" button inside of FCKeditor toolbar should be used to separate summary.
When you click on a "Switch to rich text editor" link at the bottom of textarea (disable FCKeditor), "Break" button is no more available so the "Split summary at cursor" is showed to the user again.
If I understood you correctly, you have an exactly opposite effect:
FCKeditor turned on: "Break" button inside of FCKeditor toolbar is available and "Split summary at cursor" is visible.
FCKeditor turned off: "Split summary at cursor" is invisible, there is no way to create a summary.
Is that corect?
#3
#1 got it - I didn't have the DrupalBreak toolbar item showing up. It's fine when FCK is turned off.
Thanks!