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 landing page of my site has a long menu down the left, and content on the right. The content on pages is often shorter than the menu. All pages have the same menu on the left.
When a person initially goes to the site and selects an item near the bottom of the menu, it goes to the correct page, but doesn't go to the top of that page.
This only seems to happen initially. After positioning to the top of the selected page, other selections from the menu do seem to scroll to the top of newly selected pages.
I am using iron router.
I noticed that in this case, if I try to trap in router-autoscoll.js near line 81
if (self.ready()) callFn();
Chrome reports an error 'can't flush inside tracker autorun' - if this helps.
The text was updated successfully, but these errors were encountered:
The landing page of my site has a long menu down the left, and content on the right. The content on pages is often shorter than the menu. All pages have the same menu on the left.
When a person initially goes to the site and selects an item near the bottom of the menu, it goes to the correct page, but doesn't go to the top of that page.
This only seems to happen initially. After positioning to the top of the selected page, other selections from the menu do seem to scroll to the top of newly selected pages.
I am using iron router.
I noticed that in this case, if I try to trap in router-autoscoll.js near line 81
if (self.ready()) callFn();
Chrome reports an error 'can't flush inside tracker autorun' - if this helps.
The text was updated successfully, but these errors were encountered: