Index: editor/fckdialog.html
===================================================================
--- editor/fckdialog.html	(revision 1641)
+++ editor/fckdialog.html	(working copy)
@@ -386,7 +386,13 @@
 		EnsureSelection : function()
 		{
 			if ( FCKDialog.SelectionData )
-				FCKDialog.SelectionData.select() ;
+			{
+				try
+				{
+					FCKDialog.SelectionData.select() ;
+				}
+				catch ( e ) {}
+			}
 		},
 
 		/**
