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
On a page with with Magellan and data-deep-linking enabled and a top-margin greater than data-threshold (defaults to 50px) such that there is no active link until you scroll past that top-margin:
Load the page (without a hash).
Scroll down to the first Magellan-tracked element such that the window's location updates to that element's ID (e.g., #first-heading).
Scroll back to the very top (e.g., by pressing HOME on your keyboard).
What should happen:
What should happen after each of the steps to reproduce:
The window's location should not have a hash.
The window's location should have a hash of #first-heading.
The window's location should not have a hash.
What happened instead:
What actually happens after each of the steps to reproduce:
The window's location does not have a hash.
The window's location has a hash of #first-heading.
The window's location has a hash of #first-heading.
Browser(s) and Device(s) tested on:
Chrome 63.0.3239.84 on macOS Sierra (10.12.6)
Foundation Version(s) you are using:
6.4.3
The text was updated successfully, but these errors were encountered:
How to reproduce this bug:
On a page with with Magellan and
data-deep-linking
enabled and a top-margin greater thandata-threshold
(defaults to 50px) such that there is no active link until you scroll past that top-margin:#first-heading
).What should happen:
What should happen after each of the steps to reproduce:
#first-heading
.What happened instead:
What actually happens after each of the steps to reproduce:
#first-heading
.#first-heading
.Browser(s) and Device(s) tested on:
Chrome 63.0.3239.84 on macOS Sierra (10.12.6)
Foundation Version(s) you are using:
6.4.3
The text was updated successfully, but these errors were encountered: