You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my Polymer Element I have a root-relative link (<a href="/">) which works fine.
Problem starts after changing the page URL using history.pushState to /some/new/url. In result, the link's href property changes to /some/. I would expect the href property to stay intact.
In my Polymer Element I have a root-relative link (
<a href="/">
) which works fine.Problem starts after changing the page URL using history.pushState to
/some/new/url
. In result, the link'shref
property changes to/some/
. I would expect thehref
property to stay intact.Demo: http://warpech.github.io/test-history-link/
Polymer 0.2.3
Chrome Stable (Web Platform features disabled)
Chrome Canary (Web Platform features enabled)
The text was updated successfully, but these errors were encountered: