Hi,
I've a problem with ckEditor. I've a asp.net page that contains one ckEditor (with textarea) and Onload page event I load data from BBDD into ckEditor (this data is formatted with bold, underline and forecolor). The ckEditor shows data correctly (with correct format) but when I click for first time on any button on the page the postback event don't fires, but when I try for a second time the postback event fires right.
Any suggestion for this problem?
I've this on script tag:
$(document).ready(function () {
CKEDITOR.config.htmlEncodeOutput = true;
CKEDITOR.replace('MainContent_tDescripcion',
{
width: "910px",
height: "80px"
});