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
Suppose you have <base href="/"> (mainly so that polyber build will change that / to whatever build it is)
When using paper-item with the link option (and therefore with one link in each paper-tab), the link will point to the site's root rather than the current page
Description
Suppose you have
<base href="/">
(mainly so thatpolyber build
will change that/
to whatever build it is)When using paper-item with the
link
option (and therefore with one link in eachpaper-tab
), the link will point to the site's root rather than the current pageExpected outcome
Ideally, a link like this:
should point to #master in the CURRENT page, even if the page is not located on the server's root
Actual outcome
The link will be to
base
followed by #Live Demo
To fix it, I am using iron-location to get the current path, and using it with the links:
So:
<base>
, shouldn't the doc cover this use-case?The text was updated successfully, but these errors were encountered: