selsta

Results 960 comments of selsta

@GBKS I think we have everything we need :) If not, I'll follow up on you but as far as I can see the PDF we have looks good.

This isn't trivial to solve as you don't know the exact fee beforehand. That's why there is a specific `(all)` button. The error message should be updated to be more...

> Currently backtab ignores the address field when it contains an address book contact. I prefer it this way. You shouldn't be able to edit the text inserted in address...

> Do you think the contact name should be selected? No it's correct in your GIF, backtab didn't work at all for me but now I can't reproduce it. Will...

Now I was able to trigger it again, see how it skips one of the amount fields during backtab: ![loop](https://user-images.githubusercontent.com/7697454/120515213-63348e00-c3ce-11eb-83ee-3de96401920b.gif)

It also does not skip for me on Mac if I restart the GUI. Will write if I figure out how to trigger it.

https://github.com/monero-project/monero-gui/blob/master/CMakeLists.txt#L149-L151 Can you try adding ``` if(WIN32) list(APPEND QT5_LIBRARIES Qt5WinExtras) endif() ``` It seems to work without it for some reason but it seems wrong.

Thanks, do you know how to squash your commits?

I usually do: ``` git rebase -i origin/master ``` and then I set the commits that I want to squash to `s`. Edit: what you wrote should work too, I...