View Issue Details

IDProjectCategoryView StatusLast Update
0001993NoesisGUIC# SDKpublic2021-04-30 11:44
ReporterKeldorKatarn Assigned Tosfernandez  
PrioritynormalSeverityfeature 
Status assignedResolutionopen 
Product Version3.0.11 
Summary0001993: Custom FocusScope to allow proper FocusScope use
Description

The FocusScope as WPF defines it is just a temporary scope that is used for Menus and ToolBars so the commands they trigger get called
in the original scope. That unfortunately means that if you use a FocusScope anywhere else, you break RoutedCommands.

This article discusses a custom attached property that would allow a use of a FocusScope as people intuitively think about it.
See following article for a discussion and example implementation.

https://www.codeproject.com/Articles/38507/Using-the-WPF-FocusScope

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-04-30 11:30 KeldorKatarn New Issue
2021-04-30 11:44 jsantos Assigned To => sfernandez
2021-04-30 11:44 jsantos Status new => assigned