Hello.
I'm just trying to place IMG in div which has CSS attribute WIDTH.
IE 6.0. Let's try to do this:
editor/css/fck_editorarea.css
my code in FCKEditor
Everything goes well but when I right-click this image and select Image properties - th FCK Dialog "Image properties" DOES NOT show me any information about selected image - every field is blank (like it has to be as if I just pressed "Insert image" button). So I can not change Image properties, and if I repeat choosing the image from server, the FCKEditor places it in the beginning of the document. But I really need to change the image's properties, not to insert the new one!
The same appearance you can see if you place this IMG in DIV with float:left; (or right).
Any ideas?
I'm just trying to place IMG in div which has CSS attribute WIDTH.
IE 6.0. Let's try to do this:
editor/css/fck_editorarea.css
.testclass {width:300px;}my code in FCKEditor
<div class="testclass"><img src="/data/img1.jpg" alt="" width="300" height="300" /></div>
Everything goes well but when I right-click this image and select Image properties - th FCK Dialog "Image properties" DOES NOT show me any information about selected image - every field is blank (like it has to be as if I just pressed "Insert image" button). So I can not change Image properties, and if I repeat choosing the image from server, the FCKEditor places it in the beginning of the document. But I really need to change the image's properties, not to insert the new one!
The same appearance you can see if you place this IMG in DIV with float:left; (or right).
Any ideas?

Re: Image props-wrong appearance when Image is in DIV with CSS W
sorry, no idea, but exactly the same problem. Additionally this issue appears NOT in FCKeditor v2.4.2 and v2.4.3, v2.5 and v2.5.1 but with v2.6 (Release).
In Firefox all is fine with all versions, when using IE 7 (in my case) the behaviour is as described.
To reproduce the problem, add a new template to fcktemplates.xml or copy the following code inside <![CDATA[ ... ]]> in the source view of FCKEditor. Try this with v2.6 to
Select the image and click onto the "Insert/Edit Image" button. In my case, the first time i do this, the image details will be shown into the form fields. (src, width, height, ...). But you can see, that the image will be unselected in background. In the older versions, the selection will be reassigned after closing the dialog. In v2.6 nothing happens and the cursor moves above the first div container. Now select the image again and click onto the "Insert/Edit Image" button. The dialog appears, but no properties/form fields are set.
Could anyone help with this issue?
(Sorry for my poor english).
Re: Image props-wrong appearance when Image is in DIV with CSS W
Anyone found the cause or solution yet?
Thanks.
Re: Image props-wrong appearance when Image is in DIV with CSS W
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Image props-wrong appearance when Image is in DIV with CSS W
http://dev.fckeditor.net/ticket/798
Re: Image props-wrong appearance when Image is in DIV with CSS W
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Image props-wrong appearance when Image is in DIV with CSS W
I don't think that this in an IE bug. Older versions of FCKEditor (including 2.5 in my case) works great with IE and FF.
Re: Image props-wrong appearance when Image is in DIV with CSS W
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Image props-wrong appearance when Image is in DIV with CSS W
Thanks.
Re: Image props-wrong appearance when Image is in DIV with CSS W
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Image props-wrong appearance when Image is in DIV with CSS W
Re: Image props-wrong appearance when Image is in DIV with CSS W