View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002406 | NoesisGUI | C++ SDK | public | 2022-08-26 14:59 | 2023-09-27 11:23 |
Reporter | sfernandez | Assigned To | sfernandez | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 3.1.5 | ||||
Target Version | 3.2.3 | ||||
Summary | 0002406: Support overriding default directional navigation | ||||
Description | https://learn.microsoft.com/en-us/windows/apps/design/input/gamepad-and-remote-interactions#xy-focus-navigation-and-interaction Because directional focus navigation limits the user to moving up, down, left, and right, you may end up with scenarios where parts of the UI are inaccessible (see attached image). We should provide a way to explicitly indicate how directional navigation will work in some scenarios: <Canvas> <Button x:Name="LeftBtn" Content="Left" .../> <Button x:Name="RightBtn" Content="Right" .../> <Button x:Name="TopBtn" Content="Top" .../> <Button x:Name="BottomBtn" Content="Bottom" .../> <Button Content="Home" noesis:Element.XYFocusLeft="{Binding ElementName=LeftBtn}" noesis:Element.XYFocusRight="{Binding ElementName=RightBtn}" noesis:Element.XYFocusUp="{Binding ElementName=TopBtn}" noesis:Element.XYFocusDown="{Binding ElementName=BottomBtn}" /> </Canvas> | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
|
|
Hi. We need this feature in our project. Do you think it'd be possible for it to make it to the next update? | |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-08-26 14:59 | sfernandez | New Issue | |
2022-08-26 14:59 | sfernandez | Note Added: 0008051 | |
2022-08-26 14:59 | sfernandez | File Added: dirnav-issue.png | |
2022-08-27 01:56 | jsantos | Assigned To | => sfernandez |
2022-08-27 01:56 | jsantos | Status | new => assigned |
2022-08-27 01:56 | jsantos | Target Version | => 3.2.0 |
2022-08-27 01:56 | jsantos | Target Version | 3.2.0 => 3.1 |
2023-02-28 10:56 | sfernandez | Description Updated | |
2023-02-28 10:58 | sfernandez | Description Updated | |
2023-05-11 19:47 | jsantos | Target Version | 3.1 => 3.2.2 |
2023-06-21 08:36 | sumel007 | Note Added: 0008561 | |
2023-09-27 11:23 | sfernandez | Target Version | 3.2.2 => 3.2.3 |