Hi all,
I've read through a handful of posts that mention this problem but it seems there aren't any solutions so far.
I'm using CKEditor 3.1 and in my custom config file I've set the following:
config.disableObjectResizing = true;
This correctly disables table and image resizing in Firefox but has no effect in IE8 (I've not tested it in previous versions of IE yet).
Interestingly, I've downgraded to FCKeditor 2.6.6 and the problem doesn't exist in that version... the following works fine in IE and FF:
FCKConfig.DisableObjectResizing = true;
Will this feature be reintroduced for CKEditor or am I missing something?
Thanks in advance for any help you can give.
I've read through a handful of posts that mention this problem but it seems there aren't any solutions so far.
I'm using CKEditor 3.1 and in my custom config file I've set the following:
config.disableObjectResizing = true;
This correctly disables table and image resizing in Firefox but has no effect in IE8 (I've not tested it in previous versions of IE yet).
Interestingly, I've downgraded to FCKeditor 2.6.6 and the problem doesn't exist in that version... the following works fine in IE and FF:
FCKConfig.DisableObjectResizing = true;
Will this feature be reintroduced for CKEditor or am I missing something?
Thanks in advance for any help you can give.