Ticket #3692: 3692.patch
File 3692.patch, 547 bytes (added by , 15 years ago) |
---|
-
_source/plugins/find/dialogs/find.js
250 250 var element = range.startContainer; 251 251 if ( element.type != CKEDITOR.NODE_ELEMENT ) 252 252 element = element.getParent(); 253 element.scrollIntoView( );253 element.scrollIntoView( true ); 254 254 255 255 // Update the character cursors. 256 256 this.updateFromDomRange( range );