Completed
Last Updated: 21 Mar 2016 19:06 by ADMIN
ADMIN
Vladi
Created on: 22 Apr 2015 08:55
Category: Docking
Type: Bug Report
0
Tab keyboard navigation does not work correctly in nested RadDocking scenarios if a ScrollViewer is present in a RadPane's content
In nested RadDocking scenarios if the inner RadPane's content contains a ScrollViewer pressing "Tab" or "Tab + Shift" (keyboard navigation) the focus is moved out of the RadPane's content into the parts of the RadDocking.
2 comments
ADMIN
Georgi
Posted on: 15 Mar 2016 13:19
Fixed in Q1 2016 release.
ADMIN
Vladi
Posted on: 22 Apr 2015 09:02
Workaround:
Set the KeyboardNavigation.TabNavigation of the Content of the ScrollViewer to Local or Cycle. For example if the ScrollViewer has a Grid inside it set the TabNavigation property to that Grid.