Ticket #5660: 5560.patch
File 5560.patch, 653 bytes (added by , 13 years ago) |
---|
-
_source/plugins/maximize/plugin.js
80 80 81 81 function refreshCursor( editor ) 82 82 { 83 // Refresh 'contentEditable' otherwise 84 // DOM lifting breaks design mode. (#5560) 85 var body = editor.document.getBody(); 86 body.setAttribute( 'contentEditable', false ); 87 body.setAttribute( 'contentEditable', true ); 88 83 89 if ( editor.focusManager.hasFocus ) 84 90 { 85 91 var focusGrabber = editor.container.append( CKEDITOR.dom.element.createFromHtml(