Index: _source/plugins/tabletools/dialogs/tableCell.js
===================================================================
--- _source/plugins/tabletools/dialogs/tableCell.js	(revision 5206)
+++ _source/plugins/tabletools/dialogs/tableCell.js	Mon Mar 29 18:35:43 CST 2010
@@ -515,9 +515,14 @@
 			},
 			onOk : function()
 			{
+				var selection = this._.editor.getSelection(),
+					bookmarks = selection.createBookmarks();
+
 				var cells = this.cells;
 				for ( var i = 0 ; i < cells.length ; i++ )
 					this.commitContent( cells[ i ] );
+
+				selection.selectBookmarks( bookmarks );
 			}
 		};
 	} );
