dotnet / dotnet/wpf

Check mark of checked MenuItem on ToolBar is not visible

Open
#3,287 3 comments 4 reactions 0 assignees View on GitHub
Bug
Dominant language
C#
Stars
7.7k
Forks
1.3k
Avg merge
1d 11h
Merged PRs (30d)
61

Description

* .NET Core Version: 3.1.302
* Windows version: 19041.388
* Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes
* Is this bug related specifically to tooling in Visual Studio (e.g. XAML Designer, Code editing, etc...)? If yes, please file the issue via the instructions [here](https://docs.microsoft.com/visualstudio/ide/how-to-report-a-problem-with-visual-studio?view=vs-2019). : No
* Security issues and bugs should be reported privately, learn more via our [responsible disclosure guidelines](https://github.com/dotnet/wpf/blob/master/README.md#reporting-security-issues-and-security-bugs).



**Problem description:**
Checkbox bakcground color of Checked MenuItem placed on ToolBar is black.

Aero2 Theme (Windows10 Default Theme / PresentationFramework.Aero2)
![image](https://user-images.githubusercontent.com/57256282/88674046-48491b80-d124-11ea-989c-d08a6b53d787.png)

Aero Theme (PresentationFramework.Aero)
![image](https://user-images.githubusercontent.com/57256282/88686578-31a9c100-d132-11ea-8489-7619a7104504.png)

**Actual behavior:**
Checkbox is filled with black and the check mark is not visible

**Expected behavior:**
Specify an appropriate color to `ToolBarMenuCheckFill`.

https://github.com/dotnet/wpf/blob/8920b2d117e115edbb793fbe8bde28c8a36e3b2d/src/Microsoft.DotNet.Wpf/src/Themes/XAML/ToolBar.xaml#L280

**Minimal repro:**
```xaml







```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.