Skip to content

Commit bf4ca3c

Browse files
authored
Merge pull request #2100 from IgniteUI/valadzhov/fix-html-editor-2089-20.1
fix(html-editor): Blurring the workspace after setting the content. #…
2 parents e3bc8eb + 42e9685 commit bf4ca3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/js/modules/infragistics.ui.htmleditor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2321,6 +2321,7 @@
23212321
// K.D. October 2nd, 2012 Bug #123366 Encoding the content before setting the value
23222322
// D.A. March 23, 2015 Bug #189760 Special characters (; , / ? : @ & = + $) are not encoded properly. Change encodeURI to encodeURIComponent
23232323
this.sourceWindow.val(encodeURIComponent(content));
2324+
this.workspace.blur();
23242325
},
23252326
destroy: function () {
23262327
/* Destroys the widget.

0 commit comments

Comments
 (0)