MaterialDesignInXamlToolkit icon indicating copy to clipboard operation
MaterialDesignInXamlToolkit copied to clipboard

DialogHost doesn't display keyboard mnemonics when using the default style

Open hfann opened this issue 2 years ago • 1 comments

Keyboard mnemonics doesn't display when using the default DialogHost style. If MaterialDesignEmbeddedDialogHost style is used, keyboard mnemonics are displayed. They still work but the keys are not underlined.

Dialog using default style: Dialog using default style

Dialog using MaterialDesignEmbeddedDialogHost style: Dialog using MaterialDesignEmbeddedDialogHost

The project is using the latest version 4.3.0 and .Net 6.0.

hfann avatar Mar 06 '22 07:03 hfann

There is maybe a link with this issue https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/issues/2601

ElieTaillard avatar May 09 '22 10:05 ElieTaillard