I am using the 2.6.3 version of the editor. I have my enterMode set to 'br' and my shiftEnterMode is 'p'. If I cut content out of an editor and paste it back into an second editor it adds p tags in place of the 'br'. Secondly if I have just an image in the editor and delete the current image. Then add text or a new image p tags again are being added into the editor.
I have tried to fix the second issue, images in the editor. I looked though the core FCKeditor code for everything in the on change listen, enterkey.js, save undo function and fck.js. The issue is happening between the save undo and the on change listener. Has anyone addressed this issue? Does anyone know the function in the editor that updates the body.innerHTML and validates the input?
I have not looked in depth into the first issue, cut and paste. Does anyone have a solution to this?
Thanks,
Matt
I have tried to fix the second issue, images in the editor. I looked though the core FCKeditor code for everything in the on change listen, enterkey.js, save undo function and fck.js. The issue is happening between the save undo and the on change listener. Has anyone addressed this issue? Does anyone know the function in the editor that updates the body.innerHTML and validates the input?
I have not looked in depth into the first issue, cut and paste. Does anyone have a solution to this?
Thanks,
Matt