-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrolling bug on TabMyDelegations #1572
Comments
cc: @jbibla |
we'll probably have to check this on other existing tabs as well |
do you know what the problem is? my guess: the scroll position doesn't reset when changing routes. |
that was our guess as well |
can't reproduce/fix on local testnet since we only have one validator |
You could use the mocked connection and edit lcdClientMock to have 50 validators |
it's not obvious to me why we need the perfect scroll plugin. can we remove it and rely on css? |
Can you ask @nylira why he added it in the first place? Maybe it serves a purpose. |
from @nylira: "it was to normalize the app design between multiple operating systems. For example, Windows and Linux have ugly default scrollbars that we cannot style. It also eats into the horizontal space of the app itself, as well as making scrolling popups and panels look not as great." i would vote to remove it. i have no issue with native scrollbars and don't think we need this extra dependency. i will also fix the bug reported in this issue. |
I remember that there was an issue on Windows with the scrollbar. Could you check there first before removing the plugin? |
i'm going to open a ticket to address this as it is a low priority refactor and requires much work to work properly without it. |
Description:
There's a scroll related bug on the
TabMyDelegations
page that displays an empty page (see screenshot).Steps to reproduce (using
yarn start
with old testnet):Staking
> tabValidators
My Delegations
The text was updated successfully, but these errors were encountered: