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

Use _importPath in resolveUrl so it available early. Fixes #4532 #4533

Merged
merged 3 commits into from
Apr 14, 2017

Conversation

kevinpschaaf
Copy link
Member

Use _importPath in resolveUrl so it available early. Fixes #4532

@kevinpschaaf kevinpschaaf changed the base branch from master to 1.x April 14, 2017 17:52
@googlebot
Copy link

CLAs look good, thanks!

@@ -138,6 +147,13 @@
assert.equal(el.$.hash.getAttribute('href'), '#foo.z', 'hash-only url should not be resolved');
assert.equal(el.$.absolute.getAttribute('href'), '/foo.z', 'absolute urls should not be resolved');
assert.equal(el.$.protocol.getAttribute('href'), 'data:foo.z', 'urls with other protocols should not be resolved');
el.$.if.render();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be an improvement to fix the rx to help ensure the url is fully resolved correctly and not just that it contains the sub folder.

Copy link
Contributor

@sorvell sorvell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sorvell sorvell merged commit f9bc452 into 1.x Apr 14, 2017
@sorvell sorvell deleted the 4532-kschaaf-resolve-url branch April 14, 2017 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants