Mottie / Keyboard

Virtual Keyboard using jQuery ~
http://mottie.github.io/Keyboard/
Other
1.78k stars 723 forks source link

Keyboard not working with editable tables (contenteditable="true") #540

Closed m-art-in closed 7 years ago

m-art-in commented 7 years ago

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?

Mottie commented 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.

m-art-in commented 7 years ago

Thanks for the fast reply! So this could be a feature request ;-) I'll try to find an other solution

Mottie commented 7 years ago

Contenteditable support added in v1.27.0-beta.