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

Issue with groups in IE with trying to get focusedElement #18

Open
nerdynick opened this issue Sep 13, 2010 · 1 comment
Open

Issue with groups in IE with trying to get focusedElement #18

nerdynick opened this issue Sep 13, 2010 · 1 comment

Comments

@nerdynick
Copy link

I seem to be getting an error in IE8 running in IE7-Compatibility Mode. Get the following error "Object doesn't support this property or method". This is reported around line 809 with the following line

var focusedElement = jQuery("#top_up .te_content :focus");

I wrapped this in a try/catch as well as the associated focusedElement.focus(); and this seems to have solved my problem but is not a correct solution.

@nerdynick
Copy link
Author

It appears someone else has also come accross this problem and solved it with a remove.

http://github.com/BeezyT/topup/commit/8c391e306117195193400599c3a4d814065665c3

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

1 participant