Ticket #8226: 8226.patch
File 8226.patch, 959 bytes (added by , 12 years ago) |
---|
-
_source/core/dom/element.js
1479 1479 } 1480 1480 } 1481 1481 1482 return $ && new CKEDITOR.dom.document( $.contentWindow.document );1482 return $ && $.contentWindow && new CKEDITOR.dom.document( $.contentWindow.document ); 1483 1483 }, 1484 1484 1485 1485 /** -
_source/plugins/wysiwygarea/plugin.js
1032 1032 xmlDeclaration = fullPage && editor.xmlDeclaration, 1033 1033 doc = iframe.getFrameDocument(); 1034 1034 1035 if ( !doc ) 1036 return null; 1037 1035 1038 var data = fullPage 1036 1039 ? doc.getDocumentElement().getOuterHtml() 1037 1040 : doc.getBody().getHtml();