Skip to content

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

Description

@m-art-in

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions