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

fix errors in IE #693

Closed
wants to merge 1 commit into from
Closed

Conversation

fivetanley
Copy link
Contributor

No description provided.

@kpdecker
Copy link
Collaborator

It seems like this should have been covered by the new in browser tests. Is this not the case?

@fivetanley
Copy link
Contributor Author

It was covered (by that I mean it ran on master and failed), I just forgot to run grunt saucelabs-qunit locally. I don't think saucelabs runs on pull requests because of issues of exposing the API key to pull request authors.

But I've run these with all versions of IEs in a VM and this fix fixes the failing build on master.

@kpdecker
Copy link
Collaborator

I've not seen this failure myself. Does it only fail in standards mode or similar behavior?

@kpdecker
Copy link
Collaborator

Just tested master against IE8 and I didn't see any test failures in compatibility mode or not.

@kpdecker
Copy link
Collaborator

Doh! I didn't see that #692 was merged. I can reproduce the error now.

it looks like the issue is that the inverse assignment is causing arguments[2] to be set to null as well so locInfo ends up being null.

Rather than creating a temporary array I fixed this with 14d1d42.

@kpdecker kpdecker closed this Dec 29, 2013
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