I have encountered some very strange behavior in IE 6 & 7 (not so visible in IE 8) regarding the Image Properties dialog, Image Info tab when integrating ckFinder.
If you look at ckEditor installed w/out any file browser information included there does not seem to be any visible issue.

If however I include the following configuration details as shown here;
things start looking a little wonky in IE (version 6 & 7). Please keep in mind that the Link, Upload and Advanced tabs all look completely fine (no stretching or scrollbars)

If you scroll the the far right of the above image you see that the alternative text box just fills the page and the browse server button is well off the page to the right side in both IE 6 & 7.
In IE 8 the issue is not as severe, and in Firefox 3.5.3 there is no issue at all as shown in the following image.

I guess my question is fairly simple in that I'm not sure what, if anything, I can do to clean up the look and feel of the image dialog (image info tab) for these version of IE.
Any thoughts?
If you look at ckEditor installed w/out any file browser information included there does not seem to be any visible issue.

If however I include the following configuration details as shown here;
//configure the fileBrower to enable "browse server, upload, etc." filebrowserBrowseUrl : '/tag/ckfinder/ckfinder.html', filebrowserImageBrowseUrl : '/tag/ckfinder/ckfinder.html?Type=Images', filebrowserFlashBrowseUrl : '/tag/ckfinder/ckfinder.html?Type=Flash', filebrowserUploadUrl : '/tag/ckfinder/core/connector/cfm/connector.cfm?command=QuickUpload&type=Files', filebrowserImageUploadUrl : '/tag/ckfinder/core/connector/cfm/connector.cfm?command=QuickUpload&type=Images', filebrowserFlashUploadUrl : '/tag/ckfinder/core/connector/cfm/connector.cfm?command=QuickUpload&type=Flash'
things start looking a little wonky in IE (version 6 & 7). Please keep in mind that the Link, Upload and Advanced tabs all look completely fine (no stretching or scrollbars)

If you scroll the the far right of the above image you see that the alternative text box just fills the page and the browse server button is well off the page to the right side in both IE 6 & 7.
In IE 8 the issue is not as severe, and in Firefox 3.5.3 there is no issue at all as shown in the following image.

I guess my question is fairly simple in that I'm not sure what, if anything, I can do to clean up the look and feel of the image dialog (image info tab) for these version of IE.
Any thoughts?
Re: ckEditor ckFinder IE ?bug? on Image Dialog
Re: ckEditor ckFinder IE ?bug? on Image Dialog
Re: ckEditor ckFinder IE ?bug? on Image Dialog
Re: ckEditor ckFinder IE ?bug? on Image Dialog
Now I don't feel so all alone anymore.
I got the same pb as you guys, I posted 2 weeks ago
but I didn't had a single reply.
I wish I knew wich part of the code should be modified
to fix that pb. So if any CKeditor developper is passing
by, please HELP US ! (or give us some leads)
thanks for advance.
Re: ckEditor ckFinder IE ?bug? on Image Dialog
I have the exact same problem, except it occurs in all IEs (6, 7 & 8), but only the first time the editor loads. If you reload the page and then open the dialog again everything renders (almost) properly. Almost means there are scrollbars but you can move them only like 10px.
PS: I use the editor within a frameset if that makes a difference
PPS: changing skins has no effect, adding specific css properties for the alternate text (#84_textInput) has no effect either
Luke
Re: ckEditor ckFinder IE ?bug? on Image Dialog
Hi,
I had the same problem an solved it with a few lines of code.
First I edited the config.js and added the following line:
Re: ckEditor ckFinder IE ?bug? on Image Dialog
Thanks for your tip but unfortunately it doesn't work here.

Scrollbars are still remaining all around the dialog box.
Any idea ?
Re: ckEditor ckFinder IE ?bug? on Image Dialog
Hi,
I've just downloaded the 3.1 version and I was hoping that
this bug would be fixed but issue still occurs.
Are we just some unhappy few to run into that pb or may
I missed something ?
Thanks