html - Contenteditable Spacebar Click Does Not Register -


i'm adding content editable each element "data-edit" attribute this.

$element.find("[edit]").prop("contenteditable", "true"); 

i have 1 specific element in when edit text, spacebar not register , cant add white space between letters. attribute on element looks this

<a href="#tabs-element-tab-1" class="ui-tabs-anchor" data-edit contenteditable="true" spellcheck="false">1</a> 

is there known bug contenteditable can cause this?


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -