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 believe mounting the Tooltip causes the scroll to the top (not confirmed)
On the first click, the tooltip is created, rather than showing it unconditionally and keeping it at 0 opacity (as is done after it's dismissed for the first time)
Tooltip.svelte only appears to have code for avoiding the border in the X direction, not the Y direction
mousemove and mouseout should probably have touchscreen alternatives
I believe mounting the Tooltip causes the scroll to the top (not confirmed)
On the first click, the tooltip is created, rather than showing it unconditionally and keeping it at 0 opacity (as is done after it's dismissed for the first time)
Tooltip.svelte only appears to have code for avoiding the border in the X direction, not the Y direction
mousemove and mouseout should probably have touchscreen alternatives
@david-allison
I also noticed that it's not just the first tap that causes the "scrolls to top" issue. Even after that, if I tap on the left of the Forgetting Curve first, then tap on the right, the same issue occurs. So, this problem should not be related to mounting.
Steps
Behaviour
The page moves up when you do that similar to #17276.
Debug
I wasn't sure where to post this so if it needs be reported in anki's repo, happy to do that.
The text was updated successfully, but these errors were encountered: