This is a migrated thread and some comments may be shown as answers.

Using keyboard to move between tabs

5 Answers 220 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Stan
Top achievements
Rank 1
Stan asked on 12 Jul 2010, 04:22 PM
The online examples and documentation seem to suggest that <TAB> and <Shift-TAB> keys can be used to move between tabs in the tab strip control.

So far I've been unable to that, even with the posted online example. I'm testing for 508 compliance, so this is critical. I was able to change the tabs using access keys, but not the <tab> key.

My page looks like this.

 

 

<telerik:RadTabStrip ID="RadTabStrip1" runat="server" SelectedIndex="0" MultiPageID="RadMultiPage1" ShowBaseLine="true">

 

 

 

<Tabs>

 

 

 

<telerik:RadTab runat="server" Selected="True" Text="<u>T</u>ables" AccessKey="T">

 

 

 

</telerik:RadTab>

 

 

 

<telerik:RadTab runat="server" Text="<u>P</u>arameters" AccessKey="P">

 

 

 

</telerik:RadTab>

 

 

 

</Tabs>

 

 

 

</telerik:RadTabStrip>

 

 

 

<telerik:RadMultiPage ID="RadMultiPage1" Runat="server" SelectedIndex="0">

 

 

 

<telerik:RadPageView id="RadPageView1" runat="server" Selected="true">

 

Table List

 

 

</telerik:RadPageView>

 

 

 

<telerik:RadPageView id="RadPageView2" runat="server">

 

Parameter List

 

 

</telerik:RadPageView>

 

 

 

</telerik:RadMultiPage>


Am I missing something or is this feature (use of <TAB> key) not supported?

/Stan

 

5 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 13 Jul 2010, 02:10 PM
Hello Stan,

It is a known issue. We'll fix this soon.

Regards,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Janela Mae
Top achievements
Rank 1
answered on 14 Sep 2015, 08:06 AM
Are there fix available for this issue?
0
Nencho
Telerik team
answered on 17 Sep 2015, 07:28 AM
Hello Janela,

I am afraid that the keyboard navigation of the RadTabStrip is not implemented using the Tab button, but the access keys, as demonstrated in the following online demo:

http://demos.telerik.com/aspnet-ajax/tabstrip/examples/functionality/keyboardsupport/defaultcs.aspx

Regards,
Nencho
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Rufus
Top achievements
Rank 1
answered on 01 Oct 2015, 07:43 PM
Has this issue been resolved?  If so, how was it taken care of?
0
Nencho
Telerik team
answered on 06 Oct 2015, 11:48 AM

Hello Rufus,

The navigation trough the TabsCollection is achievable using the arrow keys, once the control is focused. You can test this behavior with our recently updated online demo below:

http://demos.telerik.com/aspnet-ajax/tabstrip/examples/functionality/keyboardsupport/defaultcs.aspx

Regards,
Author nickname
Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
TabStrip
Asked by
Stan
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Janela Mae
Top achievements
Rank 1
Nencho
Telerik team
Rufus
Top achievements
Rank 1
Share this question
or