Feathercoin-Foundation / electrum-ftc

Electrum-FTC; Feathercoin thin client. Follows upstream by rebasing FTC patches. Tags remain stable.
MIT License
10 stars 8 forks source link

Addresses Tab ->Spend From -> The amount of a particular address which is to be send should be displayed in 'Amount Field' of the send tab #67

Open Anilkumar18 opened 6 years ago

Anilkumar18 commented 6 years ago

Expected Behavior

Addresses Tab ->Spend From -> The amount of a particular address which is to be send should be displayed in 'Amount Field' of the send tab

Current Behavior

When spend from option for a particular address is clicked in the addresses tab,the amount in the particular address gets displayed in the Fee text field of the Send tab

Steps to Reproduce

1.Open a Wallet 2.Go to Addresses tab 3.Right click on an address and select spend from in it 4.User is taken to send tab and the total amount in that particular address is displayed in the Fee text field of the send tab

wrong_field

Your Environment

Note : Issue does not exist in Bitcoin

lclc commented 6 years ago

The amount that is available from that address is displayed behind the address in the "From" box.

All that "Spend From" does is adding that particular address (input) to the "From" box. If you already had an Amount (or Pay to, Description or Fee) it will stay unless you clicked "Clear" before.

I think we should leave this as it is. The use case I see is the following: I prepare a transaction (I fill in the "Pay to", "Description", "Amount" and "Fee") and then I'm going to the Address tab because I want to decide which addresses I take as input to make sure I don't mess up my privacy. It's a nerd-use-case but a valid one.