Changes between Initial Version and Version 1 of Ticket #8731
- Timestamp:
- Feb 13, 2012, 12:08:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8731 – Description
initial v1 1 1 :Enter Text and select the Image Link.2 2 :Enter the url of Image Location.3 3 :Click ok button .4 4 :Save the image.1 1. Enter Text and select the Image Link. 2 2. Enter the url of Image Location. 3 3. Click ok button . 4 4. Save the image. 5 5 But Image was not save in IE (element.js)[[Image()]] 6 {{{ 6 7 getOuterHtml : function() 7 8 { … … 19 20 return tmpDiv.innerHTML; 20 21 }, 21 22 }}} 22 23 23 24 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