Hello, i think i found a bug in FCKeditor.
I use the editor for my Wiki.
When i save a example text
And press Edit i become this code
in the next time this
etc.
or ist this a config failure by me?
I use the editor for my Wiki.
When i save a example text
<pre>test<br />test<br /></pre>
And press Edit i become this code
<pre>test<br /><br />test</pre>
in the next time this
<pre>test<br /><br /> <br />test</pre>
etc.
or ist this a config failure by me?
Re: Bug in FCKeditor?
I have a 2 paragraph text with each paragraph having only 1 line of text (divided automatically but no explicit line breaks).
When I selected a part of the second paragraph and made a link out of it and submitted the text I got an extra <p><br/><p> in between the paragraphs. Next time around I could return it to proper form and unfortunately couldn't reproduce this.
Unfortunately, the people testing it for me seem to be getting this quite often... Seems to be browser indepentent, I'm using Firefox 2.0, they were using IE7, possibly other browsers as well...
Edit: These empty paragraphs seem to appear at the end too, but they're less annoying.