Changes between Initial Version and Version 1 of Ticket #8164, comment 11
- Timestamp:
- Feb 7, 2014, 11:43:12 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8164, comment 11
initial v1 3 3 However, I have found a way to solve the bug with following codes. 4 4 5 {{{ 5 6 CKEditor.dom.document.prototype.write = function (html) { 6 7 this.$.open( 'text/html', 'replace' ); … … 11 12 this.$.close(); 12 13 }; 14 }}} 13 15 14 16 Can I use the codes in my javascript codes ?