Compare commits

...

2 commits

Author SHA1 Message Date
Reza Bakhshi Laktasaraei
0f78706237 Merge branch 'edit-branch' into accessibility 2025-05-03 16:47:06 +03:30
Reza Bakhshi Laktasaraei
216c9c0adc Enable Tab navigation for ListBox in ProfilesView for sighted users
Removed Focusable="False" from ListBoxItem style to allow sighted users to navigate items using the Tab key, while ensuring NVDA can still read the items correctly using AutomationProperties.
2025-05-03 16:36:01 +03:30

View file

@ -35,7 +35,6 @@
</ListBox.ItemTemplate>
<ListBox.ItemContainerStyle>
<Style TargetType="ListBoxItem" BasedOn="{StaticResource MyChipListBoxItem}">
<Setter Property="Focusable" Value="False" />
<Setter Property="AutomationProperties.Name" Value="{Binding Remarks}" />
<Setter Property="Template">
<Setter.Value>