Document design mode image dont show in IE7
Hi,
I am writing a DHTML/javascript based editor. I have an Iframe in my application window, that acts as the main editing area and has its design mode turned "ON". The problem is that when I insert images from some website (copy paste or insert image html directly), they display perfectly fine but when I insert some image from user's local computer (thru document.execCommand("InsertImage")), it only shows image placeholder and no images are displayed. This only happens in IE7, IE6 works fine.
Any clue anyone?
|