[bisq-network/bisq] Create Offer info popup steals focus and causes validation errors (#3715)

Chris Beams notifications at github.com
Fri Nov 29 00:17:10 UTC 2019


It's not just the popup that causes this problem; it's anything that takes focus away from the form field where the cursor is placed by default on this screen. For example, when the popup has already been suppressed and the user enters the Create Offer screen, clicking on the "Select trading account" dropdown also triggers these validation errors, because it removes focus from the form, form validation fires and sees that the user has "entered empty input", when of course they haven't done anything other than try to change the trading account.

Perhaps a simple and general solution to this problem would be to stop auto-focusing the cursor in the "Amount of BTC to buy" field. This would give the user the chance to choose where to click first. If they click one of the text input fields and then click away from it, then it'll make more sense to them why the validation errors are displayed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/3715#issuecomment-559623079
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191128/d3e73885/attachment.html>


More information about the bisq-github mailing list