Skip to content

IE8 error 'Access Denied' #311

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

Merged
merged 1 commit into from
Apr 3, 2013
Merged

IE8 error 'Access Denied' #311

merged 1 commit into from
Apr 3, 2013

Conversation

trentmillar
Copy link
Contributor

I changed getDoc to be less error prone while drilling down to the lowest object usable as the "response document". The existing logic of this method is unchanged except it returns a null object and not an exception. I changed the calling code to account for this.

Currently if, an 'Access Denied' exception is thrown from this method, the process will abort. This change allows error independent checking from contentWindow.document -> contentDocument -> document; if all fail a null is returned.

I was able to reproduce this in our company test environment running IE8 over SSL using our corporate enforcement policy's applied to the browser, i.e., ProtectedMode, some various IE8 security settings, not sure what else.

@malsup malsup merged commit abf3f33 into jquery-form:master Apr 3, 2013
@malsup
Copy link
Collaborator

malsup commented Apr 3, 2013

Thank you.

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

Successfully merging this pull request may close these issues.

2 participants