diff --git a/ui (gen4)/lib/util.js b/ui (gen4)/lib/util.js index f063cd42..91cbc828 100755 --- a/ui (gen4)/lib/util.js +++ b/ui (gen4)/lib/util.js @@ -420,8 +420,8 @@ if(typeof(jQuery) != typeof(undefined)){ if(options == false){ this - .removeProp('contenteditable') - .removeProp('tabindex') + .removeAttr('contenteditable') + .removeAttr('tabindex') .removeClass('editable-field') var events = this.data('editable-field-events')