-
-
Notifications
You must be signed in to change notification settings - Fork 535
Description
Do you recall why the decision was made to set the backupFocusedControl to null on the following line instead of calling this.RestoreFocus() ?
I have a user who is attempting to remap the Left key to Alt+H using Power Toys (see DaxStudio/DaxStudio#1137) and I think I've been able to track the issue down to the fact that the line above does not restore the focus. I was able to replicate the issue in the showcase app and setting the above line to this.RestoreFocus(); "fixed" the issue, but because I don't understand why the focus was not being restored in the first place I'm not sure what other side effects this change might have.
If this "fix" is overly simplistic I could just go down the route of adding an option to my app to set IsKeyTipHandlingEnabled ="False" - It's a bit of a drastic step, but I don't think it's worth wasting too much time on this issue as I don't see it as an overly common issue.
Environment
- Fluent.Ribbon v?.?.?
- Windows 11
- .NET Framework 4.7.2