Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
m-art-in opened this issue Mar 22, 2017 · 3 comments
Closed

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

m-art-in opened this issue Mar 22, 2017 · 3 comments

Comments

@m-art-in
Copy link

m-art-in commented Mar 22, 2017

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
Copy link
Owner

Mottie commented Mar 22, 2017

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
Copy link
Author

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

@Mottie
Copy link
Owner

Mottie commented Sep 6, 2017

Contenteditable support added in v1.27.0-beta.

@Mottie Mottie closed this as completed Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants