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

Taskbar shown when child window closed when IgnoreTaskbarOnMaximize=true #3108

Closed
gerthermans opened this issue Nov 20, 2017 · 5 comments
Closed
Assignees
Labels
Milestone

Comments

@gerthermans
Copy link

This zip file contains a simple c# project presenting the issue.
Steps to reproduce:

  1. Start the project
  2. Notice task bar is hidden (IgnoreTaskbarOnMaximize = true and WindowState=Maximized)
  3. Click show window button to open child window
  4. Close child window with close button
    Expected result: Task bar is still hidden
    Actual result: Taskbar is shown
    FullScreenMahAppsIssueCSharp.zip

Environment

  • MahApps.Metro _v1.5.0.23 (latest stable nuget package)
  • Windows OS 10
  • Visual Studio 2015
  • .NET Framework 4.5.2
@punker76 punker76 self-assigned this Nov 20, 2017
@punker76
Copy link
Member

@gerthermans Thx for the sample. Just tested it on my home pc and can't reproduce it with Win10 1709. Seems like the main bug is fixed on the OS itself. I get your issue with 1607 and 1703 too.

@gerthermans
Copy link
Author

The issue still occurs with Win10 1709 when the child window is maximized and also has IgnoreTaskbarOnMaximize = true.
I've added an adjusted sample to show the issue.
Also in this sample I did add some code in comment in the closed eventhandler of childwindow.xaml.cs which can be used for a fix for now, but would be good if this issue could be fixed more generally in the next version.
FullScreenMahAppsIssueCSharpChildAlsoIgnoreTaskbar.zip

@punker76
Copy link
Member

/cc @batzen This is still an issue also with the latest ControlzEx v4.0 alpha

@batzen
Copy link
Collaborator

batzen commented Sep 20, 2018

Will have a look at this in ControlzEx.

@batzen
Copy link
Collaborator

batzen commented Sep 20, 2018

Fixed in ControlzEx.

@punker76 punker76 added this to the 2.0.0 milestone Sep 20, 2018
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