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

interactive blast while user inputting text #21

Open
slneufeld opened this issue Nov 9, 2015 · 1 comment
Open

interactive blast while user inputting text #21

slneufeld opened this issue Nov 9, 2015 · 1 comment

Comments

@slneufeld
Copy link

Within a contenteditable div, I will execute a blast as the user is typing to highlight the last group of nouns entered into the div by the user (using an NLP package). After the blast, the cursor is positioned at the beginning of the blast style DOM object, as opposed to the end of it. When the user continues typing, the blast is removed and the cursor actually is positioned where expected -- however, while the blast is shown, the cursor blinks at the beginning of the blast span and would lead the user to think that any typing that is about to be done will occur before the blast span of text.

@dmarman
Copy link

dmarman commented Dec 22, 2017

This is also happening to me. Did you found any solution? I was searching on how to set the caret at the end with javascript, but it looks too complicated and it is not being supported across all the browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants