-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Mahapps UI is locked in Dialog Window after re-login #2734
Comments
I am having the same issues, has this been looked at yet? Environment:
|
We see the same issue, if the window is visible when locking the workstation and logging back in, the UI is unresponsive. If I close the window and re-open it, the entire UI is actually transparent, except for the border. I can fix the issue by minimizing all windows on my workstation (Win+D). At that point, if I open the window again the UI seems back to normal (until the next time I lock the machine).
|
#2742 is a duplicate of this and an issue I'm seeing too 😃. To add some more information:
Cheers |
I've found a workaround for this:
It appears to be some kind of driver issue in windows that's causing hardware rendering to fail when the shell environment is restored. Forcing software rendering for that window solves the issue for me. Edit: Confirmed that this fix works for the reproduction in the original post. |
@kopacz0 I think I fixed this with cafa38c |
I'm upgrade the nuget package to 1.4.0-ALPHA035 and I still have the same bug when re-login. Environment:
Edit: Confirm @gkinsman's solution works, with some modifications to work with my project
|
@LuisHCK it looks like you don't use the MetroWindow... |
Ah, @LuisHCK I'm using it with Caliburn, so I have a window manager. If you use plain mahapps you'll obviously need to override the loaded event in your MetroWindow as you have :) |
Mahapps UI in Dialog Window is locked when user re-signs in.
Steps to Reproduce
In order to reproduce please use the below sample app:
Per the attached example. User is not able to enter any text to the textbox. Generally UI is locked. User is able to switch to the second tab, but is not able to return to first tab.
Expected outcome
The textbox and whole UI should not be locked to allow user to use it.
Environment:
Demo App
SampleMahapps.zip
The text was updated successfully, but these errors were encountered: