dotnet/winforms

`MonthCalendar` incomplete hightlight of today date

Open

#2.662 aberto em 8 de jan. de 2020

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)C# (922 forks)batch import
:beetle: bugexternal-OS-issuehelp wanted

Métricas do repositório

Stars
 (4.100 stars)
Métricas de merge de PR
 (Mesclagem média 14d 22h) (56 fundiu PRs em 30d)

Description

  • .NET Core Version: master
  • Have you experienced this same bug with .NET Framework?: Yes

Problem description:

The "Today" date at the bottom of the calendar is a link, which highlights when hovered. However the highlight is only partial: image

Expected behavior:

The whole today date is highlighted.

Minimal repro:

Add a MonthCalendar control to a form. Run. Hover the "Today".

Guia do colaborador