I have the exact same issue. When I use the image handles to drag and resize the image, it converts the attributes to inline styles.
I'm using Joomla 1.5.7, FCKeditor 2.6.3, and the Core Design Image Revolution plugin that requires resized images to have the tag attributes of width and height. When it doesn't have those attributes, it doesn't work.
If I use the Image Properties dialog box, it works fine because it converts the inline styles back to tag attributes. But I really want to be able to use the handle dragging resize method.
The closest thing I found was in /plugins/editors/fckeditor/editors/js/fckeditorcode_gecko.js and fckeditorcode_ie.js. But it's very difficult to understand because it's compressed. I see things like RestoreStyles, if (B.Inline) A.setAttribute('style',B.Inline,0); I don't know if there's somewhere else that I'm supposed to change a configuration setting or something.
Re: Problem with resize an image using corners
I'm using Joomla 1.5.7, FCKeditor 2.6.3, and the Core Design Image Revolution plugin that requires resized images to have the tag attributes of width and height. When it doesn't have those attributes, it doesn't work.
If I use the Image Properties dialog box, it works fine because it converts the inline styles back to tag attributes. But I really want to be able to use the handle dragging resize method.
The closest thing I found was in /plugins/editors/fckeditor/editors/js/fckeditorcode_gecko.js and fckeditorcode_ie.js. But it's very difficult to understand because it's compressed. I see things like RestoreStyles, if (B.Inline) A.setAttribute('style',B.Inline,0); I don't know if there's somewhere else that I'm supposed to change a configuration setting or something.
Any help?