Closed m-art-in closed 7 years ago
Hi @m-art-in!
Sorry, the keyboard does not currently work with content editable elements. The problem is integration of the keyboard with caret positioning functions.
Duplicate of #208.
Thanks for the fast reply! So this could be a feature request ;-) I'll try to find an other solution
Contenteditable support added in v1.27.0-beta.
I tried to use the virtual keyboard in combination with editable tables
<td contenteditable="true">
but unfortunaltly in file jquery.keyboard.js line 3001 function createTextRange() is called which is not allowed for<td>
-elements. Is there a work around of fix for this issue?