jaimehgb / RaiWebWallet

Raiblocks raiwallet.com wallet source code

Home Page:http://raiwallet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incomplete account address showing on smaller screens (UI responsiveness error)

Tails opened this issue · comments

commented

Check the following screenshot:

image

Due to the page not being properly responsive, the address trails outside of the right <body> bounds. A user may copy an invalid address like this and lose funds on exchanges that do not validate withdrawal addresses such as BitGrail.

This could be fixed by either showing the accounts above or below the list of transactions by default, or based on media queries when the screen size is too small. Additionally, a "copy address" button could be added like in the Coinomi wallet so the user can be sure the right address is copied in full without selection mistakes.