Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar ignores IsTodayHighlighted property #2332

Closed
bradley-dotnet opened this issue Jan 30, 2016 · 5 comments
Closed

Calendar ignores IsTodayHighlighted property #2332

bradley-dotnet opened this issue Jan 30, 2016 · 5 comments
Assignees
Labels
Milestone

Comments

@bradley-dotnet
Copy link

In version 1.2.4 (released) regardless of setting IsTodayHighlighted, today is highlighted. This makes it impossible to determine if it is currently selected. This code:

<Calendar SelectionMode="MultipleRange" DisplayDateStart="{x:Static sys:DateTime.Now}" 
                      IsTodayHighlighted="False"/>

will reproduce the issue. Under my color scheme (done using overrides) it looks like this:
error

Both the 29th and the 30th are selected, but it looks like only the 30th is. I have yet to find a way to override this behavior. (I tried setting AccentColorBrush to Transparent, but because selection uses this brush as well, it breaks when selecting any dates).

@punker76 punker76 self-assigned this Mar 20, 2016
@punker76 punker76 added this to the 1.3.0 milestone Mar 20, 2016
punker76 added a commit that referenced this issue Mar 26, 2016
@punker76
Copy link
Member

@bradley-dotnet It's now better to see today as selected

2016-03-26_22h35_11
2016-03-26_22h35_19

@bradley-dotnet
Copy link
Author

@punker76 That's great! It still looks like the code ignores the IsTodayHighlighted property though. Granted, this solves the "breakingness" of my original problem :)

@punker76
Copy link
Member

@bradley-dotnet I'll look for the IsTodayHighlighted problem too

@bradley-dotnet
Copy link
Author

Thanks, I'll post my workaround/solution tomorrow sometime in case it helps :)

@punker76 punker76 modified the milestones: 1.4.0, 1.3.0 Jul 7, 2016
@punker76 punker76 modified the milestones: 1.5.0, 1.4.0 Nov 20, 2016
@punker76
Copy link
Member

punker76 commented Apr 6, 2017

@bradley-dotnet It's late, but never too late :-D This is fixed now and available in 1.5.0 (and pre-release)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants