-
-
Notifications
You must be signed in to change notification settings - Fork 752
Closed
Milestone
Description
Hello @Gerrit0,
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().Does this negation serve a specific purpose?
Originally posted by @dom-rau in #2491 (comment)