LiskArchive / lisk-ui

🖥️ Lisk user-interface submodule
https://lisk.io/
GNU General Public License v3.0
24 stars 35 forks source link

Account menu bug #54

Closed ghost closed 8 years ago

ghost commented 8 years ago

Sometimes when user click on account menu settings pop-box remains hidden below other bar.

screen shot 2016-05-25 at 11 00 31

After ~5-20s it loads correctly

screen shot 2016-05-25 at 11 00 26

Anyway usually it's fine. It's not related to login.lisk.io overload. Bug occurs also on independent nodes.

I assume it's related to delay while checking if user have enabled 2nd passphrase or not, solution for this maybe at first, loading side bar with pre-defined menu items like "My Profile","Settings","Logout", and as soon we get reply from node, showing option to enable passphrase in case 2nd passphrase is disabled.

fix commented 8 years ago

yes sometimes the node has some small desync (like no blocks received for over 10s), so the node is not answering the requests until resync, which takes a few seconds. Thanks for poiting this out, we will work on a fix (ie caching this info).

fix commented 8 years ago

Do you still have the issue?