You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the bug reproduce also in WPF for .NET Framework 4.8?: No
Does the bug reproduce also in WPF for .NET Core Preview 4: No
Problem description:
<MenuItem Command="ApplicationCommands.Undo" /> crashes with System.NotSupportedException: Unknown ModifierKeys "STRG". While STRG is the German translation of CTRL. Switching back to Preview4 and everything works fine.
Please note that ApplicationCommands.Copy and others, I assume all that uses CTRL, crashes too.
Actual behavior:
" at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)"
Minimal repo:
You may need to run this with a German Windows version.
The text was updated successfully, but these errors were encountered:
Symbai
changed the title
System.Windows.Input.ModifierKeysConverter.GetModifierKeys - NotSupportedException crash on Preview6
System.Windows.Input.ModifierKeysConverter.GetModifierKeys - NotSupportedException on Preview6
Jun 20, 2019
This was already fixed by #919 - you can use daily builds as described here or change your resource language to en-US (CultureInfo.CurrentUICulture = CultureInfo.GetCultureInfo("en-US");) until preview 7 is released.
Problem description:
<MenuItem Command="ApplicationCommands.Undo" />
crashes withSystem.NotSupportedException: Unknown ModifierKeys "STRG".
While STRG is the German translation of CTRL. Switching back to Preview4 and everything works fine.Please note that ApplicationCommands.Copy and others, I assume all that uses CTRL, crashes too.
Actual behavior:
Minimal repo:
You may need to run this with a German Windows version.
WpfApp3.zip
The text was updated successfully, but these errors were encountered: