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

Picker in iframe in IE8 #519

Closed
tweetgeek opened this issue Sep 15, 2014 · 0 comments
Closed

Picker in iframe in IE8 #519

tweetgeek opened this issue Sep 15, 2014 · 0 comments
Milestone

Comments

@tweetgeek
Copy link

Today i find some problem when i have datepicker loaded by iframe in IE8.
Error in picker.js in 91 line
"ELEMENT.autofocus = ELEMENT == document.activeElement"
it should be
"ELEMENT.autofocus = ELEMENT == $document.activeElement" ?

@amsul amsul added this to the 3.5.5 milestone Oct 4, 2014
@amsul amsul closed this as completed in b71f925 Oct 4, 2014
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