You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Sorry, the keyboard does not currently work with content editable elements. The problem is integration of the keyboard with caret positioning functions.
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?
The text was updated successfully, but these errors were encountered: