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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -