-
Notifications
You must be signed in to change notification settings - Fork 354
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
Unknown source and unknown target type in Chrome #102
Comments
Okay, you're trying to access elements inside an iframe. I suspect Your iframe is on the same origin, right? |
Do you have some live code you can share that I can test against? Why are you checking |
See if that solves your problem. |
Hey, thanks for the quick response and the marvelous fix, that actually solves the issue! I can send you the link to our live system in a private message. |
…ent). However, Chroma Keying is broken in Chrome.
Okay, great. Can you file the chroma key bug under a separate issue? I'll close this one. Also, can you make sure you're using the latest version from the develop branch? Thanks. |
Hi there!
The following code throws two exceptions in Chrome 44:
The first one is an "unknown source" exception;
the second one is an "unknwon target" exception.
The code works fine in Firefox 40.
The problem seems to be rooted in seriously.js, line 3729 and 5727:
Both instanceof checks return true in Firefox and false in Chrome. As a hotfix, I came up with this idea:
Is this a specific problem or a generic issue with Seriously.js/Chrome/Firefox? Any comments are welcome. Thank you!
The text was updated successfully, but these errors were encountered: