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

Windows does not show GlowBrush on Resize="NoResize" #3471

Closed
evilbaschdi opened this issue Mar 11, 2019 · 7 comments
Closed

Windows does not show GlowBrush on Resize="NoResize" #3471

evilbaschdi opened this issue Mar 11, 2019 · 7 comments
Assignees
Labels
Milestone

Comments

@evilbaschdi
Copy link

evilbaschdi commented Mar 11, 2019

Describe the bug
I recently figured out that my about windows does not have a glow effect. I took a look inside the code and played around with it a little bit. Since I switched to Resize="CanMinimize" the glow effect is back and running.

Screenshots
If applicable, add screenshots to help explain your problem.
image

image

Environment(please complete the following information):

  • MahApps.Metro version 2.0.0-alpha026*
  • OS: Win10 1809
  • Visual Studio 2017, 2019
  • .NET Framework 4.5 - 4.8 + dotnet core 3

Repo
https://github.com/evilbaschdi/EvilBaschdi.CoreExtended/blob/develop/EvilBaschdi.CoreExtended/Mvvm/View/AboutWindow.xaml

Additional context
Add any other context about the problem here.

@punker76 punker76 added the Bug label Mar 12, 2019
@evilbaschdi
Copy link
Author

what exactly do you mean? "develop" is referencing 2.0.0-alpha0262.

@punker76
Copy link
Member

@evilbaschdi My fault, I didn't update the source 🙈

@punker76
Copy link
Member

punker76 commented Mar 13, 2019

@evilbaschdi Seems like it's fixed with latest ControlzEx v4.0.0-alpha0249 (from appveyor feed https://ci.appveyor.com/nuget/controlzex
). I compiled your source as Release and doesn't see this issue (only as Debug with attached VS debugger it can be that the glow is showing a little bit late)

@evilbaschdi
Copy link
Author

I know about the delay, yes. Current code ResizeMode set to "CanMinimize". If you switch to "NoResize" you might see the issue. Otherwise I'll try the ControlzEx update once it is released.

@punker76 punker76 added this to the 2.0.0 milestone Mar 13, 2019
@punker76
Copy link
Member

@evilbaschdi Got it

@HispidaBytes
Copy link

Hi, the issue is still present.

Tested with:

  • MahApps.Metro version 2.3.3
  • OS: Win10 2004
  • Visual Studio 2019
  • .NET Core 3.1

Link to a repo I've created to show the issue:
https://github.com/HispidaBytes/MahApps_GlowBrushIssue

@punker76
Copy link
Member

punker76 commented Nov 5, 2020

Hi, the issue is still present.

Tested with:

  • MahApps.Metro version 2.3.3
  • OS: Win10 2004
  • Visual Studio 2019
  • .NET Core 3.1

Link to a repo I've created to show the issue:
https://github.com/HispidaBytes/MahApps_GlowBrushIssue

@HispidaBytes Thx for reporting, I’ll look for this.

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

3 participants