Skip to content
New issue

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

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

Already on GitHub? # to your account

metro window keeps glow on top of owned window on restored #3291

Closed
MajedDH opened this issue Jul 25, 2018 · 2 comments
Closed

metro window keeps glow on top of owned window on restored #3291

MajedDH opened this issue Jul 25, 2018 · 2 comments
Labels
Milestone

Comments

@MajedDH
Copy link

MajedDH commented Jul 25, 2018

Describe the bug
When you show a MetroWindow and show another one with the first one as an owner and you minimize the main one, it's glow is still visible above the owned one.

To Reproduce
Steps to reproduce the behavior:

  1. Create a MetroWindow and show it.
  2. Inside it (on click or load) create another metro window and set it's owner to the first one.
  3. now maximize the main window
  4. Click on the child window to activate it
  5. click on the minimize button of the main window
  6. you can see that only the glow is still visible above the child window
  7. If you switch to the main window and then switch to the child window, then the expected behavior is done.
    Expected behavior
    the glow should be behind the child window.
    Screenshots

the bug:

The bug

the expected bihavior:

The Expected behivior

Environment(please complete the following information):

  • MahApps.Metro version 1.6.4
  • OS: Win 7
  • Visual Studio 2017 15.3.2
  • .NET Framework 4.6
@batzen
Copy link
Collaborator

batzen commented Jul 26, 2018

This issue will be fixed in ControlzEx as MahApps.Metro will depend on the GlowWindow etc. from there in the future.
If it's a small fix i might port it back to the current version of MahApps.

@batzen
Copy link
Collaborator

batzen commented Jul 27, 2018

Fixed in the ControlzEx version of the behavior now.

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

No branches or pull requests

3 participants