monero-project/monero-gui

[GUI][Restore wallet] 'Create wallet' stays disabled until monero-wallet-gui is closed

b4n6-b4n6 opened this issue · 5 comments

Kindly observe video @ 00:37 where 'Create wallet' button stays disabled even though mnemonic seed has been corrected
restore-bug-2.webm

Confirmed

newlines / extra whitespaces can be stripped from the users seed to pass verification and sent to the wallet api. there would be concerns with merging this as we are modifying the structure of the users seed and potentially creating a different wallet. there is always 1 person who will enter words 1, 6, 11, 16, 21 on the first line lol

to avoid that concern, the restore wallet from seed screen would be the same window as the seed preview with numbers next to each word.

The whitepaces and lines seem to be stripped properly

the problem is that the "create wallet" button remains greyed out indefinitely (until restarting the wallet)

newlines / extra whitespaces can be stripped from the users seed to pass verification and sent to the wallet api. there would be concerns with merging this as we are modifying the structure of the users seed and potentially creating a different wallet. there is always 1 person who will enter words 1, 6, 11, 16, 21 on the first line lol

to avoid that concern, the restore wallet from seed screen would be the same window as the seed preview with numbers next to each word.

Kindly
Whitespace in seed is not relevaant to this issue

the problem is that the "create wallet" button remains greyed out indefinitely (until restarting the monero-wallet-gui)

Fix PR