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
The scroll event is missing under Windows when loading page via anchor link (i.e. http://domain.com/page.html#anchor).
If the anchor is far away from page top, the nav header will be in wrong state.
My workaround is to additionally call scrollPage() at init().
The text was updated successfully, but these errors were encountered:
The
scroll
event is missing under Windows when loading page via anchor link (i.e. http://domain.com/page.html#anchor).If the anchor is far away from page top, the nav header will be in wrong state.
My workaround is to additionally call
scrollPage()
atinit()
.The text was updated successfully, but these errors were encountered: