I have a simple Login screen with username and password. I have a modal popup that informs the user of incorrect login if their login details are incorrect.
When i enter the username and password and press enter nothing happens as the SetFocus is not on the login button. If I comment out the modal popup and press enter I redirect to the menu screen as expected.
I have tried SetFocus but nothing seems to work while the modal popup is not commented out.