N°3067 - Cannot edit in place attributes with HTML editors

This commit is contained in:
acognet
2022-03-28 14:18:54 +02:00
parent 81d285a143
commit b75f29b8d7
3 changed files with 127 additions and 105 deletions

View File

@@ -736,7 +736,10 @@ function ExtKeyWidget(id, sTargetClass, sFilter, sTitle, bSelectMode, oWizHelper
var sId = $(this).attr('id');
var editorInst = CKEDITOR.instances[sId];
if (editorInst) {
editorInst.updateElement();
editorInst.destroy();
}
if ($('#'+sId).data('timeout_validate') != undefined) {
clearInterval($('#'+sId).data('timeout_validate'));
}
}