Hi,
I guess and hope its a simple thing:
I have the fck Editor (Version 2.5) embedded in jsp Files. Usually I use FF 3.5 to edit text. It works fine.
Now I have to use IE 8. When I edit text which has tags that are not a part of xhtml 1.0 (<neu> (=color: red), <gestrichen> (=text-decoration: line-through;)) they are "closed" by IE 8.0. After loading the text the source text looks like this:
FF:
IE:
IE has "closed" all unknown tags (neu, gestrichen)! How to prevent this behaviour ?
I have tried
FCKConfig.ProtectedTags = 'neu|gestrichen' ;
This works in IE:
Thanks.
Halmarius
I guess and hope its a simple thing:
I have the fck Editor (Version 2.5) embedded in jsp Files. Usually I use FF 3.5 to edit text. It works fine.
Now I have to use IE 8. When I edit text which has tags that are not a part of xhtml 1.0 (<neu> (=color: red), <gestrichen> (=text-decoration: line-through;)) they are "closed" by IE 8.0. After loading the text the source text looks like this:
FF:
<p>Das ist ein Beispieltext.<gestrichen>Das </gestrichen><neu>   Und das </neu>ist <gestrichen>gelöscht</gestrichen><neu>neu</neu>.</p>
IE:
<p>Das ist ein Beispieltext.<gestrichen></gestrichen>Das <neu></neu>   Und das ist <gestrichen></gestrichen>gelöscht<neu></neu>neu.</p>
IE has "closed" all unknown tags (neu, gestrichen)! How to prevent this behaviour ?
I have tried
FCKConfig.ProtectedTags = 'neu|gestrichen' ;
This works in IE:
Thanks.
Halmarius