Tab Key Not Working on first tab
By
Mary Nunaley
We are building a course for a client that requires users to tab to different fields on the screen and enter information. Sometimes the user can tab with no issue and on some screens, they need to click the tab key three or more times before anything will move.
The triggers are consistent. Any suggestions or is this a known issue?
2 Replies
Check the tab order on the screens that are causing issues.
There might be some objects (which may be hidden or offscreen) which are getting the focus first. Remove those from the tab order.
Thank you. We will try this.