Skip to content

cursor issues on ie with date separator #611

Description

@checkin247

Issue is related to IE,
Tested on IE and Chrome

I am using some logic to automatically add a separator on keyboard input for date separator.

Using the real keyboard there is no issue.
With mottie keyboard, the cursor moves back one position before the separator.
I also tried to add the separator with the typing extension....
I also tried kb.caret('end')

The only solution (after trying a lot) was using a jQuery plugin to move cursor to the end.

I implemented it with

$("input").on('focus', function(e){
	$(this).putCursorAtEnd();
});

Maybe this helps someone or there is a built in function to overcome this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions