Skip to content

Commit

Permalink
Merge branch 't/11438'
Browse files Browse the repository at this point in the history
  • Loading branch information
jswiderski committed Feb 7, 2014
2 parents ea89af0 + a12fb90 commit c878409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -5,6 +5,7 @@ CKEditor 4 Changelog

Fixed Issues:

* [#11438](http://dev.ckeditor.com/ticket/11438): Splitting table cells vertically is no longer chnaging table structure.
* [#8899](http://dev.ckeditor.com/ticket/8899): Fixed: Links in About Dialog now open in new window/tab.
* [#11490](http://dev.ckeditor.com/ticket/11490): Fixed issue with menubuttons panel showing in source mode.
* [#11417](http://dev.ckeditor.com/ticket/11417): The [`widget.doubleclick`](http://docs.ckeditor.com/#!/api/CKEDITOR.plugins.widget-event-doubleclick) event is not cancelled anymore after editing has been triggered.
Expand Down
2 changes: 1 addition & 1 deletion plugins/tabletools/plugin.js
Expand Up @@ -607,7 +607,7 @@

// The destination row is empty, append at will.
if ( !candidateCell )
newCellTr.append( newCell, true );
newCellTr.append( newCell );
} else {
newCellRowSpan = newRowSpan = 1;

Expand Down

0 comments on commit c878409

Please sign in to comment.