View Issue Details

IDProjectCategoryView StatusLast Update
0001540NoesisGUIC++ SDKpublic2019-08-19 20:42
Reporterpgrubyi Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status assignedResolutionopen 
Product Version2.2.3 
Summary0001540: ListBox catches focus during ControlTab navigation instead of passing it to its children
Description

ListBox catches focus during ControlTab navigation instead of passing it to its children

Steps To Reproduce

An example of ListBox declaration:
<ListBox
x:Name="TimeTable"
DataContext="{StaticResource GhostTable}"
ItemsSource="{Binding Ghosts}"
ItemContainerStyle="{StaticResource TimeRecordGhostListBoxItem}"
Background="{x:Null}"
BorderBrush="{x:Null}"
Foreground="{x:Null}"
BorderThickness="0"
HorizontalAlignment="Right"
RenderTransformOrigin="0.5,0.5"
ScrollViewer.VerticalScrollBarVisibility="Hidden"
ScrollViewer.HorizontalScrollBarVisibility="Hidden"
Padding="0"
Style="{DynamicResource GhostsListBoxStyle}"
Margin="0,24,0,0"
KeyboardNavigation.DirectionalNavigation="Cycle"
KeyboardNavigation.TabNavigation="Once"
KeyboardNavigation.ControlTabNavigation="Once" />

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-08-19 18:24 pgrubyi New Issue
2019-08-19 18:24 pgrubyi Tag Attached: xaml
2019-08-19 20:42 sfernandez Assigned To => sfernandez
2019-08-19 20:42 sfernandez Status new => assigned
2019-08-19 20:42 sfernandez Product Version 2.3.0 => 2.2.3
2019-08-19 20:42 sfernandez Target Version => 2.3.0