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 isCrossOriginUrl in IE for real #723

Merged
merged 1 commit into from
Apr 30, 2013
Merged

Conversation

shunter
Copy link
Contributor

@shunter shunter commented Apr 30, 2013

The tests I meticulously added failed in IE8 if you ran the tests on port 80 instead of 8080.

Put both the window URL and the test URL through an anchor. Fixes an inconsistency in IE between a.href and window.location about whether default ports are included or not.

Fixes an inconsistency in IE between a.href and window.location about whether default ports are included or not.
@mramato
Copy link
Contributor

mramato commented Apr 30, 2013

Failed in master when using port 80, passes in this branch,

mramato added a commit that referenced this pull request Apr 30, 2013
…rl_in_ie

Fix isCrossOriginUrl in IE for real
@mramato mramato merged commit e78b5da into master Apr 30, 2013
@mramato mramato deleted the fix_isCrossOriginUrl_in_ie branch April 30, 2013 23:28
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