When I add a textarea to the editor whether with the plugin or just typing the html source, anything after the textarea is rendered outsite of the editor.
For example, I pasted the following html in the editor...
<form id="test" method="post" name="test">
<textarea name="message"></textarea></form>
<p>test</p>
When I save and then reload the editor the "test" text is now below the editor. I tested this in FF3.6 and IE8.0 and it happens in both browser. I uploaded a screen shot.
It looks like the ending textarea tag is not being encoded and so the editor textarea is being closed prematurely.
Anyone else seeing this issue?
For example, I pasted the following html in the editor...
<form id="test" method="post" name="test">
<textarea name="message"></textarea></form>
<p>test</p>
When I save and then reload the editor the "test" text is now below the editor. I tested this in FF3.6 and IE8.0 and it happens in both browser. I uploaded a screen shot.
It looks like the ending textarea tag is not being encoded and so the editor textarea is being closed prematurely.
Anyone else seeing this issue?
Re: Textarea not rendering properly
Re: Textarea not rendering properly
You can easily check that the problem is the HTML in your page: remove the ckeditor.js file and you'll see that the contents are not what you expect.