The "Split Summary at Cursor" checkbox works alongside the Teaser textarea. However, Core and CKEditor only check whether the Teaser textarea exists, not the checkbox. Somehow, there are cases when the checkbox is seen as being in the wrong state and from that time on, the system adds an extra <--break--> at the beginning of your block of text, even if another break appears somewhere else (it is not tested because it is expected to be split when the checkbox is in a given state.)

To correct the problem, we simply have to remove the teaser textarea from the form. This case is being checked in the system (Core and CKEditor) so it is safe.

See patch for the actual fix.

Thank you.
Alexis Wilke

Reference: #901360: CKEditor adds an extra break to content after edit preventing teaser

CommentFileSizeAuthor
nodeformsettings-6.x-teaser_js.patch498 bytesAlexisWilke

Comments

kssundar’s picture

Issue summary: View changes
Status: Needs review » Fixed

Ported to 6.x-3.x

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.