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

Handle relative URLs in IE #72

Merged
merged 1 commit into from
Jan 29, 2014
Merged

Handle relative URLs in IE #72

merged 1 commit into from
Jan 29, 2014

Conversation

mrloop
Copy link
Contributor

@mrloop mrloop commented Jan 28, 2014

IE requires reassignment of HTMLAnchorElement href property to properly
handle relative URLs
First assignment of relative url to link.href results in absolute url on
link.href but link.hostname and other properties are not set
Second assignment of absolute url to link.href results in link.hostname
and other properties being set as expected

IE requires reassignment of HTMLAnchorElement href property to properly
handle relative URLs
First assignment of relative url to link.href results in absolute url on
link.href but link.hostname and other properties are not set
Second assignment of absolute url to link.href results in link.hostname
and other properties being set as expected
marcoow added a commit that referenced this pull request Jan 29, 2014
Handle relative URLs in IE
@marcoow marcoow merged commit 35b5139 into mainmatter:master Jan 29, 2014
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