jaimehgb / RaiWebWallet

Raiblocks raiwallet.com wallet source code
http://raiwallet.com
GNU General Public License v3.0
112 stars 37 forks source link

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

Open Tails opened 6 years ago

Tails commented 6 years ago

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.

Tails commented 6 years ago

See also: https://twitter.com/BitGrail/status/948517668331679744