Index: /CKEditor/branches/features/3793/_dev/releaser/ckreleaser.release
===================================================================
--- /CKEditor/branches/features/3793/_dev/releaser/ckreleaser.release	(revision 3869)
+++ /CKEditor/branches/features/3793/_dev/releaser/ckreleaser.release	(revision 3870)
@@ -59,5 +59,4 @@
 ],
 
-/*
 documentation :
 {
@@ -65,5 +64,4 @@
 	target: '_docs/api'
 },
-*/
 
 samples :
Index: /CKEditor/branches/features/3793/_samples/divreplace.html
===================================================================
--- /CKEditor/branches/features/3793/_samples/divreplace.html	(revision 3869)
+++ /CKEditor/branches/features/3793/_samples/divreplace.html	(revision 3870)
@@ -11,5 +11,5 @@
 		div.editable
 		{
-			border: solid 2px white;
+			border: solid 2px Transparent;
 			padding-left: 15px;
 			padding-right: 15px;
Index: /CKEditor/branches/features/3793/_source/plugins/floatpanel/plugin.js
===================================================================
--- /CKEditor/branches/features/3793/_source/plugins/floatpanel/plugin.js	(revision 3869)
+++ /CKEditor/branches/features/3793/_source/plugins/floatpanel/plugin.js	(revision 3870)
@@ -142,23 +142,23 @@
 					CKEDITOR.event.useCapture = true;
 
-//					focused.on( 'blur', function( ev )
-//						{
-//							if ( CKEDITOR.env.ie && !this.allowBlur() )
-//								return;
-//
-//							// As we are using capture to register the listener,
-//							// the blur event may get fired even when focusing
-//							// inside the window itself, so we must ensure the
-//							// target is out of it.
-//							var target = ev.data.getTarget(),
-//								targetWindow = target.getWindow && target.getWindow();
-//
-//							if ( targetWindow && targetWindow.equals( focused ) )
-//								return;
-//
-//							if ( this.visible && !this._.activeChild && !isShowing )
-//								this.hide();
-//						},
-//						this );
+					focused.on( 'blur', function( ev )
+						{
+							if ( CKEDITOR.env.ie && !this.allowBlur() )
+								return;
+
+							// As we are using capture to register the listener,
+							// the blur event may get fired even when focusing
+							// inside the window itself, so we must ensure the
+							// target is out of it.
+							var target = ev.data.getTarget(),
+								targetWindow = target.getWindow && target.getWindow();
+
+							if ( targetWindow && targetWindow.equals( focused ) )
+								return;
+
+							if ( this.visible && !this._.activeChild && !isShowing )
+								this.hide();
+						},
+						this );
 
 					focused.on( 'focus', function()
Index: /CKEditor/branches/features/3793/config.js
===================================================================
--- /CKEditor/branches/features/3793/config.js	(revision 3869)
+++ /CKEditor/branches/features/3793/config.js	(revision 3870)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -7,5 +7,5 @@
 {
 	// Define changes to default configuration here. For example:
-// 	 config.language = 'ar';
-//	 config.skin = 'office2003';
+	// config.language = 'fr';
+	// config.skin = 'office2003';
 };
