diff --git a/src/js/modules/infragistics.ui.htmleditor.js b/src/js/modules/infragistics.ui.htmleditor.js
index 9880489f9..160de9ba2 100644
--- a/src/js/modules/infragistics.ui.htmleditor.js
+++ b/src/js/modules/infragistics.ui.htmleditor.js
@@ -2321,6 +2321,7 @@
// K.D. October 2nd, 2012 Bug #123366 Encoding the content before setting the value
// D.A. March 23, 2015 Bug #189760 Special characters (; , / ? : @ & = + $) are not encoded properly. Change encodeURI to encodeURIComponent
this.sourceWindow.val(encodeURIComponent(content));
+ this.workspace.blur();
},
destroy: function () {
/* Destroys the widget.