Hi,
I have most recent CE v 6.6 from October 2013 and there is a problem with File Manager.
The same problem is on your demo page: http://cutesoft.net/asp/use-CuteEditor-as-file-manager.asp
This example does not function in Google Chrome/Win7 or Safari/Mac.
Problem occures in this line: feditor1.ExecCommand('insertdocument');
On developer console: DOM Exception 3: A Node was inserted somewhere it doens't belong.
---
I guess, this causes a strange problem in IE11 - when i combine filemanager and editor window, the editor window is not being loaded completly.
When I triend to replace feditor1.ExecCommand('insertdocument');by feditor1.ExecCommand('ImageGalleryByBrowsing'); - the editor window was loaded correctly
---
Thank you,
George