I was thinking since shortcuts are not feasible, why not at least remove the top and left navigation bars from the tab navigation order so we can use tab to cycle through the form only. This will make our lives much easier.
I think this may be a feature of your web browser if you are using the server or cloud edition. On the desktop edition, the top and left navigation bars are not included in the tab order. Only fields within the entry window are included.
But I don’t want to use the desktop version, I want to pay you guys
Just wanted to revive the topic, since it’s now more valid than ever.
Also, I kind of know better what to request exactly.
I’d like now to change my request to a hidden link to skip navigation and jump to main content – i.e. for entry form, this should be:
<a href="#v-model-form">Skip Navigation</a>
This shouldn’t be a problem except that Manager has no id for main content:
- For Edit form it’s “v-model-form”
- For View there’s nothing
- For Tab view it’s “table”
- For Businesses, Users, User, Summary, Reports, Settings there’s nothing.
This can be solved by placing all of the main contents in a container div with id of “main-content” which could be used to skip navigation and make life easier for keyboard users – with little to no effort on the development side of things.