-
-
Notifications
You must be signed in to change notification settings - Fork 892
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
"Access is denied" error on child iframe in IE8. #322
Comments
Can you prepare a jsfiddle the reproduces the issue? |
Specifically, is this a child iframe on the same domain? |
it happens for both same and cross domains. |
Thanks, I'm convinced. |
thanks ;) |
Released shortly as |
ljharb
added a commit
to ljharb/object-keys
that referenced
this issue
Oct 14, 2015
Fixes `window.frameElement` access in a child iframe. From es-shims/es5-shim#322
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
es5-shim.js Line:855, Char:9
IMHO,
frameElement
should be blacked-listed too.The text was updated successfully, but these errors were encountered: