View Issue Details

IDProjectCategoryView StatusLast Update
0003335NoesisGUIC# SDKpublic2024-10-03 13:06
Reporterdarthmaule2 Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status resolvedResolutionno change required 
Product Version3.2.3 
Target Version3.2.5Fixed in Version3.2.5 
Summary0003335: ListBoxItem elements can be selected via arrow keys even if IsEnabled=False
Description

ListBoxItem elements can be selected via arrow keys even if IsEnabled=False

Steps To Reproduce

Mark ListBoxItem elements as IsEnabled=False
Arrow up
Intermittently they can be selected

PlatformAny

Activities

sfernandez

sfernandez

2024-10-02 18:05

manager   ~0009994

Last edited: 2024-10-02 18:05

Is there any place in your application where this can be reproduced?

I've tried with a simple xaml in XamlPlayer or XamlToy and disabled items cannot be focused/selected with the arrow keys:

<Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<ListBox Width="200" Height="200" FontSize="20" KeyboardNavigation.DirectionalNavigation="Contained">
<ListBoxItem Content="Item 1"/>
<ListBoxItem Content="Item 2"/>
<ListBoxItem Content="Item 3" IsEnabled="False"/>
<ListBoxItem Content="Item 4"/>
<ListBoxItem Content="Item 5"/>
<ListBoxItem Content="Item 6" IsEnabled="False"/>
<ListBoxItem Content="Item 7"/>
<ListBoxItem Content="Item 8" IsEnabled="False"/>
<ListBoxItem Content="Item 9" IsEnabled="False"/>
</ListBox>
</Grid>

darthmaule2

darthmaule2

2024-10-02 20:09

reporter   ~0009997

Sadly, this issue was reported by an intern that no longer works with us and I can't figure out where this might have bee happening.
I believe we worked around the issue and so would need to revert something to make it happen again.
Anyway, I think we can close this for now.

Issue History

Date Modified Username Field Change
2024-05-23 16:30 darthmaule2 New Issue
2024-05-23 19:25 jsantos Assigned To => sfernandez
2024-05-23 19:25 jsantos Status new => assigned
2024-05-23 19:25 jsantos Target Version => 3.2.4
2024-06-03 17:15 jsantos Target Version 3.2.4 => 3.2.5
2024-10-02 18:05 sfernandez Status assigned => feedback
2024-10-02 18:05 sfernandez Note Added: 0009994
2024-10-02 18:05 sfernandez Note Edited: 0009994
2024-10-02 20:09 darthmaule2 Note Added: 0009997
2024-10-02 20:09 darthmaule2 Status feedback => assigned
2024-10-03 13:06 sfernandez Status assigned => resolved
2024-10-03 13:06 sfernandez Resolution open => no change required
2024-10-03 13:06 sfernandez Fixed in Version => 3.2.5