-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Window chrome turning black during window resize. #90
Comments
That's really strange and only happens when making the window wider by using the re-size border on the right side, but not when using the top or left re-size border... This bug/issue is definitely on the microsoft side of the fence... I guess I will have to sit down and report all the WindowChrome issues we encounter here (there are a few other open issues) to microsoft connect. |
I don't know how to fix the current issues, including this one, related to the microsoft WindowChrome class. Any suggestions from anyone? |
Hey, In WindowSizing add a SizeChanged-Event. This Event call the HandleWindowStateChanged. When the Window not responds, after the not responding the SizeChanged event was called and set the position of the window correct again! |
This can't be the solution because "FixNastyWindowChromeBug" (which is called by "HandleWindowStateChanged") checks if the window is maximized and if it's not the function just returns. |
Does this still happen on your machines? |
Should be fixed in develop branch. |
Start by watching the following video, how to reproduce ?
The text was updated successfully, but these errors were encountered: