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 - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -