diff --git a/fckeditor.utils.js b/fckeditor.utils.js index 3166633bb72279312abab3eac9e69d8ecc931e84..c81d621397cce666c6735a11e6e21866f5fd7429 100644 --- a/fckeditor.utils.js +++ b/fckeditor.utils.js @@ -206,6 +206,7 @@ function FCKeditor_OnAfterLinkedFieldUpdate(editorInstance) { var teaser = FCKeditor_TeaserInfo(taid); + // when textArea is hidden, FCKeditor is visible if ($(textArea).is(':hidden')) { var text = editorInstance.GetData(true); // #372150 and #374386