Skip to content

ie 11 blur issue fix #25

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

Merged
merged 1 commit into from
Jan 8, 2017
Merged

Conversation

Saniol
Copy link
Contributor

@Saniol Saniol commented Dec 2, 2016

There's an issue in IE11, described by superfunkminister:
"I can type into the input, but can't seem to move to another field once I've finished typing - the cursor seems to get stuck."

Issue is caused by changing selectionStart and selectionEnd input properties with every component update, no matter if input is focused or not. Under IE11 changing this properties cause input focusing.

@gCastl
Copy link
Contributor

gCastl commented Dec 13, 2016

LGTM

This PR also fix the issue #26

@vlad-ignatov vlad-ignatov merged commit c151ca0 into vlad-ignatov:master Jan 8, 2017
@piersolenski
Copy link

Thanks! Can you do a new release on NPM?

@vlad-ignatov
Copy link
Owner

Sure. I just won't have time for that until the end of the week.

@vlad-ignatov
Copy link
Owner

2.0.7 is now the latest version on NPM.

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

Successfully merging this pull request may close these issues.

4 participants