Ticket #6034: 6034.patch
File 6034.patch, 747 bytes (added by , 15 years ago) |
---|
-
_source/plugins/tabletools/dialogs/tableCell.js
519 519 this.commitContent( cells[ i ] ); 520 520 521 521 selection.selectBookmarks( bookmarks ); 522 523 // Force selectionChange event because of alignment style. 524 var firstElement = selection.getStartElement(); 525 var currentPath = new CKEDITOR.dom.elementPath( firstElement ); 526 527 this._.editor._.selectionPreviousPath = currentPath; 528 this._.editor.fire( 'selectionChange', { selection : selection, path : currentPath, element : firstElement } ); 522 529 } 523 530 }; 524 531 } );