Skip to content

Commit

Permalink
Merge pull request #2100 from IgniteUI/valadzhov/fix-html-editor-2089…
Browse files Browse the repository at this point in the history
…-20.1

fix(html-editor): Blurring the workspace after setting the content. #…
  • Loading branch information
Lipata authored Nov 12, 2020
2 parents e3bc8eb + 42e9685 commit bf4ca3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/modules/infragistics.ui.htmleditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bf4ca3c

Please sign in to comment.