Changeset 5855
- Timestamp:
- 09/01/10 15:27:08 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/tabletools/dialogs/tableCell.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5854 r5855 62 62 <li><a href="http://dev.ckeditor.com/ticket/6177">#6177</a> : IE we can't start Numbered/Bulleted list on a Empty page.</li> 63 63 <li><a href="http://dev.ckeditor.com/ticket/5413">#5413</a> : Browser error after pasting html table in ckeditor.</li> 64 <li><a href="http://dev.ckeditor.com/ticket/6034">#6034</a> : Horizontal Alignment applied to Table cell is not updated correctly in the Toolbar.</li> 64 65 </ul> 65 66 <h3> -
CKEditor/trunk/_source/plugins/tabletools/dialogs/tableCell.js
r5845 r5855 522 522 523 523 selection.selectBookmarks( bookmarks ); 524 525 // Force selectionChange event because of alignment style. 526 var firstElement = selection.getStartElement(); 527 var currentPath = new CKEDITOR.dom.elementPath( firstElement ); 528 529 this._.editor._.selectionPreviousPath = currentPath; 530 this._.editor.fire( 'selectionChange', { selection : selection, path : currentPath, element : firstElement } ); 524 531 } 525 532 };
Note: See TracChangeset
for help on using the changeset viewer.
