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

Shift-Tab not working

3 Answers 97 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Martin
Top achievements
Rank 1
Martin asked on 31 Jul 2009, 02:31 PM
When I have an item selected in a RadTreeView, pressing the Tab key seems to work appropriately (shift focus to next focusable element), but Shift-Tab doesn't appear to be working at all. Is this a known issue?

3 Answers, 1 is accepted

Sort by
0
Miroslav
Telerik team
answered on 03 Aug 2009, 11:10 AM
Hi Martin,

Thank you for bringing up this issue, it was not reported so far and we have now logged it as a bug. We will do our best to fix it as soon as possible. I am not sure if the fix will find its way in the coming Service Pack, but it will appear in the coming internal builds (after the SP).

Your Telerik Points have been updated for your feedback.

Sincerely yours,
Miroslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Eric
Top achievements
Rank 1
answered on 05 Jun 2012, 09:08 PM
This seems to not be working on the latest version (Q1 2012). Is a fix still planned for this issue?
0
Hristo
Telerik team
answered on 08 Jun 2012, 02:14 PM
Hi Eric,

This is the link for  the reported issue: http://www.telerik.com/support/pits.aspx#/details/Issue=1264 .
As you could see the demand for this issue is low (votes are 0) and is currently not scheduled to be fixed.
I would like to suggest you a simple workaround but first want to describe you the reason for the issue.

Currently the TreeView has logic to pass the focus to the SelectedItem (if there is such, otherwise the first item will be focused) in case the TreeView itself gets the focus. When the focus is in the first TreeViewItem and you press Shift+Tab the focus is transferred to the TreeView itself. Then as described above the selected item is focused.

So if you prevent the focus to go to the TreeView itself (set IsTabStop=false on the TreeView) then you will be able to navigate the focus out of the TreeView using Shift+Tab.

Regards,
Hristo
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
TreeView
Asked by
Martin
Top achievements
Rank 1
Answers by
Miroslav
Telerik team
Eric
Top achievements
Rank 1
Hristo
Telerik team
Share this question
or