I've tried to patch the 3.5 version of CKEditor with the developed code in ticket 5528 and with IE the behaviour of Style attribute is the following:
When I type some html in source view like this:
<div class="test" style="background-color: red"> test </div>
It works perfectly fine, but if the style is something like this:
<div class="test" style="#styleTest#"> test </div>
The style attribute is deleted.
Could you help me figuring out if this is the correct behaviour for the patch 5528?
Has anyone had this problem? Because i though the goal of the patch was to keep the style attribute, not depending of the browser version!
Once again thank you, and sorry for the trouble,
Tiago