﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8731	CK Editor Save Button is not working	sukanya		"1. Enter Text and select the Image Link.
2. Enter the url of Image Location.
3. Click ok button .
4. Save the image.
But Image was not save in IE (element.js)[[Image()]]
{{{
getOuterHtml : function()
		{
			
			if ( this.$.outerHTML)
			{

// IE includes the <?xml:namespace> tag in the outerHTML of
				// namespaced element. So, we must strip it here. (#3341)
		return this.$.outerHTML.replace( /<\?[^>]*>/, '' );
			}

	var tmpDiv = this.$.ownerDocument.createElement( 'div' );
			tmpDiv.appendChild( this.$.cloneNode( true ) );
			return tmpDiv.innerHTML;
		},
}}}

If we click save button first we are getting the outerHTML value but its calling the same again by the time its getting error is of this  ""this.$.outerHTML""  value is null not an object 

But if we click save button two times then only its saved the image."	Bug	closed	Normal		General		expired		
