Changeset 3867
- Timestamp:
- 07/13/09 11:59:21 (4 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/clipboard/dialogs/paste.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r3866 r3867 45 45 Fixed issues:</p> 46 46 <ul> 47 <li><a href="http://dev.fckeditor.net/ticket/3929">#3929</a> : Using Paste dialog, 48 the text is pasted into current selection</li> 47 49 <li><a href="http://dev.fckeditor.net/ticket/3920">#3920</a> : Mouse cursor over characters in 48 50 Special Character dialog now is correct</li> -
CKEditor/trunk/_source/plugins/clipboard/dialogs/paste.js
r3712 r3867 107 107 html = iframe.$.contentWindow.document.body.innerHTML; 108 108 109 editor.insertHtml( html ); 109 setTimeout( function(){ 110 editor.insertHtml( html ); 111 }, 0 ); 110 112 111 113 },
Note: See TracChangeset
for help on using the changeset viewer.
