Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI annoyance, clicking outside box to make button live #10

Open
jamescummings opened this issue Oct 29, 2021 · 1 comment
Open

UI annoyance, clicking outside box to make button live #10

jamescummings opened this issue Oct 29, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@jamescummings
Copy link
Member

This is pretty minor, but I find it a bit of a UX/UI annoyance to have to click outside a text box in order to make the buttons live/clickable. This happens throughout. e.g on settings page when you've put in branch name, in order to have it test whether there is a branch or not it seems to only check once you've clicked somewhere else. Then the box to Create a branch becomes live. Perhaps check after keystroke pause? Similarly, if editing a translation I can't click save until I've clicked on the page outside the box.

@jamescummings jamescummings added the enhancement New feature or request label Oct 29, 2021
@hcayless
Copy link
Member

Yeah, this can definitely be made smoother. I'm reluctant to make it too "shouty"—all of these things involve asynchronous API calls, so relying on keystroke events is problematic. Unfortunately, form onchange event handling doesn't appear to have improved in 20 years, so it's not super reliable either. I will try a some different approaches and see what I can do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants