Hello,
I have this case where I have a TabSet with a few tabs where I need to have keyboard access to the tabs. Using the default settings the user can tab to the tabset and all its tabs. However the tab sequence is as follows:
1) the tab-bar
2) 1st tab
3) 2nd tab
....
I want to disable tabbing to the 'tab bar' as it has no added value and introduces another action for the user before he can access the tab he wants.
I tried 'setTabBarProperties' on the tabset with the focus and/or tabIndex disabled bit no luck - this completely disabled tabbing to the tabset tabs.
How can I skip the intermediate tab step to what seems to be the tab-bar (while tabs remain accessible to tabbing)?
thanks
jan
I have this case where I have a TabSet with a few tabs where I need to have keyboard access to the tabs. Using the default settings the user can tab to the tabset and all its tabs. However the tab sequence is as follows:
1) the tab-bar
2) 1st tab
3) 2nd tab
....
I want to disable tabbing to the 'tab bar' as it has no added value and introduces another action for the user before he can access the tab he wants.
I tried 'setTabBarProperties' on the tabset with the focus and/or tabIndex disabled bit no luck - this completely disabled tabbing to the tabset tabs.
How can I skip the intermediate tab step to what seems to be the tab-bar (while tabs remain accessible to tabbing)?
thanks
jan
Comment