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
I have encountered an issue related to the navigation and the changes made in commit 9751e31. Specifically, the navigation scrollbar keeps scrolling up on each page refresh. You can see a demonstration of this issue in Issue #2624.
I saw you solved this issue, but I observed that the navigation scrolling happens only when the navigation is not visible, which seems to be due to the negation in the visibility check !pageLink.checkVisibility().
That negation was intended to only scroll the navigation if the page link wasn't already on the screen, which isn't the right way to check that... I incorrectly assumed that the method checked if the element was... visible...
Originally posted by @dom-rau in #2491 (comment)
The text was updated successfully, but these errors were encountered: