Ticket #6025: 6025.patch
File 6025.patch, 451 bytes (added by , 15 years ago) |
---|
-
_source/plugins/wysiwygarea/plugin.js
893 893 isPendingFocus = true; 894 894 else if ( editor.window ) 895 895 { 896 editor. window.focus();896 editor.document.getBody().focus(); 897 897 898 898 editor.selectionChange(); 899 899 }