mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3067 - Cannot edit in place attributes with HTML editors
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user