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

input.simulate('blur'); does not work in IE10 #489

Open
hatched opened this issue Mar 5, 2013 · 1 comment
Open

input.simulate('blur'); does not work in IE10 #489

hatched opened this issue Mar 5, 2013 · 1 comment

Comments

@hatched
Copy link

hatched commented Mar 5, 2013

input.simulate('blur') does not fire a simulated event on input elements in IE10

In the following jsbin I have written workaround for anyone who runs into this issue in the meantime:

http://jsbin.com/azohuq/2/edit

@ghost ghost assigned tilomitra Mar 5, 2013
@hatched
Copy link
Author

hatched commented Aug 7, 2013

It also fails for input.simulate('focus'')

http://jsbin.com/azohuq/11/edit

I created a demo with a view and valuechange to illustrate the issue a little better.

http://jsbin.com/ewezay/2/edit

Run the example in chrome and you'll see it printing out the value change notifications when you click the native/simulate buttons. Run it in IE10 and nothing.

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