Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2010 at 23:42 UTC
Updated:
11 Jun 2010 at 10:30 UTC
I have been using FCKEditor (and now CKEditor) for a while now but one of the major problems is teaser break or
adds unwanted
tag which breaks the layout. With smaller team it was manageable. But with more users it is becoming a problem please suggest.
One of the major problems of FCKeditors is it adds <p> after Teaser Break.
I have checked solutions but none work.
Comments
Comment #1
mephir commentedCan you provide more information about it? For example version of ckeditor, ckeditor module, browser which you are using, operating system and the situation when bug apeeared also.
Comment #2
arnieswap commentedHi Mephir,
CKEditor: 6.x-1.0
OS: Server CentOS
Client Machine: Ubuntu 9.10 (but problem is irrespective of the OS and the browser)
Browser: Firefox 3.5.9 (tested on Chrome, Opera, IE and Safari)
When I create content and then click on Teaser Break, it adds the
tag thus adding extra paragraph. The journalist upload content like that and one has to clean the tag by deleting it manually. We tried WYSIWYG API with TinyMCE and FCKeditor the API seems to work fine. The problem occurs when you use native Fckeditor/CKEditor module.
Please let me know if you need more info.
Thanks
Swapnil
Comment #3
mephir commentedCan you provide some extra step by step instruction to reproduce that. I don't see any problem,
<!--break-->and<!--pagebreak-->are always in main root without<p>parents.Comment #4
arnieswap commentedHi,
I have created a username for you. Please contact me on my email...arnieswap@gmail.com.
You can see for yourself. Also it is adding
Swapnil
Comment #5
evanmwillhite commentedHey guys, this might be a duplicate - here's something that helped me: http://drupal.org/node/348514. Turned off the HTML corrector and it stopped wrapping the teaser break in a 'p' tag
Comment #6
mephir commentedIf you have any lack of clarity about issue, feel free to reopen it.
Comment #7
shahard333 commentedDisabling HTML corrector doesn't work for me. subscribed..