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

Focus on close throws exception if previous element was SVG #35

Open
mikekoser opened this issue Nov 17, 2014 · 0 comments
Open

Focus on close throws exception if previous element was SVG #35

mikekoser opened this issue Nov 17, 2014 · 0 comments

Comments

@mikekoser
Copy link

If the object to focus to is an SVG element the .focus() call throws an error since the element does not support focus. The error is on line 461: $el.data('focusedelementbeforepopup').focus();

I have resolved this issue in my branch (commit: a235147).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant