Hello,
I have a problem when i paste code with a textarea tag inside a ckeditor i cannot do anything.
It seems that the editor is confused and is treating the textarea tag as a ckeditor instance.
Is there any way to solve that?
Thank yo.
I have a problem when i paste code with a textarea tag inside a ckeditor i cannot do anything.
It seems that the editor is confused and is treating the textarea tag as a ckeditor instance.
Is there any way to solve that?
Thank yo.
Re: Problem with TextArea and CkEditor
Just want to confirm this issue. I'm having the same issue.
I've copied and pasted forms with TEXTAREAS into FCKEditor and they are displayed and saved properly.
In CKEDITOR, I try the same thing, and everything below the first TEXTAREA is lost.
Since I use a DB to save the HTML, I tested this by pasting correct HTML directly into the database. CKEditor doesn't display anything below the TEXTAREA. However, when I display the DB info in another page, it works. It seems CKEDITOR isn't displaying it right.
Sorry, tyler7osfp, that I don't have an answer. Perhaps a few more posts reporting the problem will get some attention from somebody with an answer.
Re: Problem with TextArea and CkEditor
Re: Problem with TextArea and CkEditor
Thanks.
Where? Is this within the CKEditor? Or is this for the CKEditor textarea...the one that's replaced by CKEditor?
BTW: Even a textarea that' inserted by CKEditor fails like this. If this is what i should copy and paste when editing a page, I'd expect CKEditor to create proper textarea's. Just sayin'.
Re: Problem with TextArea and CkEditor
I used PHP's htmlspecialchars on the HTML that's in the editor. And it seems to work.
SAMPLE CODE
Then this "editor" textarea is replaced by CKEditor.