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
Hashes can be used to point to a section with the corresponding id. E.g. if you go to mydomain.com#foo and there is a <section id="foo"> then the browser automatically scrolls to that section.
Adding app-location (and consecutively iron-location) prevents this navigation from happening.
Expected outcome
Changes to only the hash should not be intercepted.
Actual outcome
Changing the hash does not let the browser scroll to the corresponding section
Description
Hashes can be used to point to a section with the corresponding id. E.g. if you go to
mydomain.com#foo
and there is a<section id="foo">
then the browser automatically scrolls to that section.Adding
app-location
(and consecutivelyiron-location
) prevents this navigation from happening.Expected outcome
Changes to only the hash should not be intercepted.
Actual outcome
Changing the hash does not let the browser scroll to the corresponding section
Live Demo
https://jsbin.com/savejohumi/1/edit?html,console,output
Steps to reproduce
Go to Foo4
<iron-location>
Go to Foo4
Browsers Affected
Probably all, but could verify in these browsers
The text was updated successfully, but these errors were encountered: