You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dialog appears centered relative to the parent window or screen.
Actual Behavior
Dialogs appear with negative location on Win7. And exactly so that half the height and width are outside the upper left corner.
Maybe this will tell you something: when debugging, the width and height of the dialog are equal to 0, not only during OnLoad, OnLoadComplete, etc. - as in other Windows, but also after OnShown (when testing on Windows 10, the correct width and height are already present in the OnShown event).
Steps to Reproduce the Problem
Show any dialog on Windows 7.
Specifications
Version: 2.8.0
Platform(s): WPF
Operating System(s): Windows 7
The text was updated successfully, but these errors were encountered:
Hm, Windows 7 hasn't been supported by Microsoft since 2020. I'll accept PR's but I can't quite support this myself as I don't even have access to a Windows 7 machine or VM anymore.
Users write despite this. I can’t explain to everyone and point out that Microsoft has decided something there. And many people continue to work on 7 (3% is still a bit much)...
The problem itself is strange, that after any event there is no real size of the window or dialog. They are already displayed here - right before eyes, only with an offset. And zeros are written to the event log.
I have been fighting off users with this problem for a long time, more than a year. I couldn't test it myself for a long time. I had to fix my old travel laptop, which had Win7 :)
Expected Behavior
The dialog appears centered relative to the parent window or screen.
Actual Behavior
Dialogs appear with negative location on Win7. And exactly so that half the height and width are outside the upper left corner.
Maybe this will tell you something: when debugging, the width and height of the dialog are equal to 0, not only during OnLoad, OnLoadComplete, etc. - as in other Windows, but also after OnShown (when testing on Windows 10, the correct width and height are already present in the OnShown event).
Steps to Reproduce the Problem
Show any dialog on Windows 7.
Specifications
The text was updated successfully, but these errors were encountered: