Skip to content

LoginActivity Hides the keyboard if I try to advance focus from Username to Password #3453

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

Closed
macgills opened this issue Mar 3, 2020 · 2 comments · Fixed by #3538
Closed
Assignees

Comments

@macgills
Copy link
Contributor

macgills commented Mar 3, 2020

Summary:

I entered a username, pressed the next field affordance, focus advanced to password but the keyboard was hidden so I had to press on the password field to start typing

Steps to reproduce:

Tap on username textview and then use next.

Device and Android version:

What make and model device (e.g., Samsung J7) did you encounter this on?
What Android version (e.g., Android 4.0 Ice Cream Sandwich or Android 6.0 Marshmallow) are you running?
Is it the stock version from the manufacturer or a custom ROM ?

Commons app version:

master & betaDebug

Would you like to work on the issue?

sure

@aryan-earth
Copy link

LoginActivity is acting quite weird. When the activity starts, the focus should go to the username field since we are doing <requestFocus/> in it (considering I am right about what <requestFocus/> does) but that's not happening as well. I have tried several things but nothing works. Although I have made a workaround for this issue programmatically but I am looking for a better solution.

@macgills
Copy link
Contributor Author

watch out for those @OnFocusChange listeners, I would delete those and test it all out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants