-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Polymer 1.9 resolveUrl does not work as intended #4532
Comments
Use `_importPath` in `resolveUrl` so it available early. Fixes #4532
Resolved via #4533. |
I can still reproduce this bug on Polymer 1.9.3 and Polymer-Cli 1.5.2 under Vulcanize. this.resolveUrl('../my-lib/element.html')
// => ../my-lib/element.html The only differences between the state of
The HTML Base tag seams to not work with only the path portion of the uri. Update 1:
|
Description
this.resolveUrl
in a properties block is simply just not working as intended.Live Demo
Wrong: http://jsbin.com/ridukodefe/2/edit?html,console
Intended: https://jsbin.com/sekeyeheso/1/edit?html,console
Steps to Reproduce
value: function() { return this.resolveUrl('./relativeUrlThatExists')}
resolveUrl
to something that exists.Expected Results
it should return the actual absolute url
Actual Results
it just returns the same relative url entered
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: