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

Error loading polymer if window.location.hash is not null #167

Closed
morethanreal opened this issue May 29, 2013 · 2 comments
Closed

Error loading polymer if window.location.hash is not null #167

morethanreal opened this issue May 29, 2013 · 2 comments
Assignees

Comments

@morethanreal
Copy link
Contributor

Reduction: morethanreal/polymer-issues-url-hash

If I load the reduction with hash.html#/foo, I get these errors in chrome:

Uncaught TypeError: Cannot read property 'attributes' of null loader.js:84
Uncaught TypeError: Cannot call method 'dispatchEvent' of null template_element.js:1218

@ghost ghost assigned sorvell May 29, 2013
@frankiefu
Copy link
Member

The issue is caused by urlToPath() in HTMLImports incorrectly processing '/' in the hash value.

@ghost ghost assigned frankiefu May 30, 2013
@frankiefu
Copy link
Member

fixed by googlearchive/HTMLImports@d699310

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

No branches or pull requests

3 participants