﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12548	Inserting a page break hides all text after the break	Jim		"I'm using CK editor to allow users to edit the content of a letter.  The information is presented on a form in a simple text area.When the submit button is clicked, the page grabs the content of the text area and saves it in a mysql database.

Everything looks ok in the editor and is saved successfully to the database but, on re-opening the editor, everything after the page break is missing.

The html that was saved to the database still contains all of the text, including the page break code and another script that uses the HTML is able to display all of it. This script replaces any page break tags with custom tags and then renders the appropriate page.

**Further Info**

I've done a little bit of testing and the Page Break button seems to be omitting the closing <div> tag from the page break code that is inserted, resulting in :


<div style=""page-break-after: always""><span style=""display:none"">&nbsp;</span>


*NOTE The missing closing <div> tag"	Bug	closed	Normal		General		invalid		
