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
Post a Comment