Hi,
I don't know if this is a known bug or just somehting that can't be fixed in Chrome, but when clicking on an image in Chrome in CKEditor, the images turns blue, and you can't alter the dimensions of the image.
In the screenshot, on the left is Chrome, on the right is Firefox (taken from demo page of CKEditor, latest version)
The resize handlers which you
The resize handlers which you see in Firefox (and also IE) are a native thing, which CKEditor cannot control and which Webkit and Blink based browsers haven't got implemented.
In order to make it possible to resize images on all browsers and to gain a full control over that we implemented the Enhanced Image plugin. It supports resizing in a lot better way, including undo/redo integration and keeping aspect ratio. You can check its demo here - http://ckeditor.com/demo#widgets.
Piotrek (Reinmar) Koszuliński
CKEditor JavaScript Developer
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Enhanced image
I have the same problem. Even if I use the enhanced image it doesn't work in Chrome.
I am using the inline editor. It work in Firefox and IE