When Wasabi proposes me a word in the Recover Wallet window, if I click it, it will add the selected word BUT the cursor will be moved and I am forced to manually re-click the label where to insert the seed. This wastes a lot of time and it's not user friendly at all.
If instead of selecting the word with a click, I use the keyboard arrows (up / down), select the word and press Enter, the cursor remains on the correct box (the seed label), and Wasabi allows me to continue entering words safely without moving the cursor or click something.
We should ensure that, if a word is selected with the mouse, the text cursor remains in the seed label and allows the user to type other words without having to manually move on the label and click each time.
Recover Wallet1.1.12 rc1
ACK - 1 point
same with observer labels!
There is a lot more to this bug than at first seems.. we need to eliminate our 'ExtendedTextBoxandTogglePasswordBox` controls.
Textbox is too complex a control to be relying on custom implementations like that.
I propose we solve this after the release and when 0.10.0 avalonia is merged.
Most helpful comment
There is a lot more to this bug than at first seems.. we need to eliminate our 'ExtendedTextBox
andTogglePasswordBox` controls.Textbox is too complex a control to be relying on custom implementations like that.
I propose we solve this after the release and when 0.10.0 avalonia is merged.