-
Notifications
You must be signed in to change notification settings - Fork 723
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
checkClose fails when clicking on SVG element #660
Comments
Hi @revgum! Interesting, I guess I never noticed because I've been setting Anyway, thanks for the find and the fix. If I remember correctly, I chose to use |
Hey, thanks @Mottie .. I didn't know about Also.. thank you for the merge...and, more importantly, thanks for your work on a great piece of software! |
Hey @Mottie, are you able to do another release to npm soon with this fix? - We have a project using your awesome keyboard, but it's throwing stacks of errors with our interactive svgs. :-/ Sadly can't use the pointer-events: none workaround. |
Hi @jedimonkey! Oh yeah, I totally forgot to push a new release. All done, v1.28.1 is now available. |
Cheers @Mottie! keep up the good work! :) |
Clicking outside of the keyboard, on an SVG image (for example) fails with
Uncaught TypeError: $target[0].className.indexOf is not a function
.At
Keyboard/js/jquery.keyboard.js
Line 1829 in cf27d1d
OR
For context,
$target[0].className
is:SVGAnimatedString {baseVal: "map_image", animVal: "map_image"}
The text was updated successfully, but these errors were encountered: