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

IE9 document.activeElement bug when in iframe #213

Open
klesniewski opened this issue Jun 12, 2014 · 2 comments
Open

IE9 document.activeElement bug when in iframe #213

klesniewski opened this issue Jun 12, 2014 · 2 comments

Comments

@klesniewski
Copy link

Accessing

document.activeElement

causes Unspecified error in IE9, when page is in an iframe. Therefore the plugin doesn't work under IE9, when it is in an iframe (and it blocks other scripts as well)

Similiar resolved ticket in jQuery library: http://bugs.jqueryui.com/ticket/8443

@patrickmallahan
Copy link

This is happening as I am experiencing it too. It was covered in this pull request: #99

However, it is still happening.

@patrickmallahan
Copy link

I've fixed this issue and created a pull request #214

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