Hi,
i'm having some troubles with the attribute "style" while switching from source to WYSIWYG, since the style attribute simply disappears from the source view.
I've experienced this problem first with the FCKeditor 2.6.4.1 version, tried to use the protectedSource in the config.js file, but didn't worked out for IE or Fire Fox.
Also tried to move to the FCKeditor latest version, where the problem is solved for Fire Fox and Chrome, but remains in IE (simple to test in the Demo at CK website).
Already tried the patches presented by Alfonso, 5528 and 5528.2 but nothing working for me.
An example of the behavior in the 2.6.4.1 version:
Original Source Code
After Switching to WYSIWYG code
Thanks in advanced,
Tiago
i'm having some troubles with the attribute "style" while switching from source to WYSIWYG, since the style attribute simply disappears from the source view.
I've experienced this problem first with the FCKeditor 2.6.4.1 version, tried to use the protectedSource in the config.js file, but didn't worked out for IE or Fire Fox.
Also tried to move to the FCKeditor latest version, where the problem is solved for Fire Fox and Chrome, but remains in IE (simple to test in the Demo at CK website).
Already tried the patches presented by Alfonso, 5528 and 5528.2 but nothing working for me.
An example of the behavior in the 2.6.4.1 version:
Original Source Code
<div class="ttt" style="#TEST#">TEST<div>
After Switching to WYSIWYG code
<div class="ttt">TEST <div> </div> </div>
Thanks in advanced,
Tiago