Ticket #5634: 5634.patch
File 5634.patch, 581 bytes (added by , 13 years ago) |
---|
-
_source/plugins/wysiwygarea/plugin.js
841 841 focusGrabber.on( 'focus', function() 842 842 { 843 843 editor.focus(); 844 845 // In IE7 the blinking cursor appears, but contents are not editable. (#5634) 846 if ( CKEDITOR.env.ie7Compat ) 847 editor.getSelection().getRanges()[ 0 ].select(); 844 848 } ); 845 849 } ); 846 850 editor.on( 'destroy', function()