-
Notifications
You must be signed in to change notification settings - Fork 830
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
[Bug]: Blank white space when scaling to fullscreen mode F11 #2791
Comments
@footsim Can you reproduce this on v5.4? I believe this was fixed in that version. |
Still present in 5.4, at least when using dark mode. |
@patric-r I wasn't able to reproduce this myself, is it consistently happening for you? Do you have any special window management software installed or any settings set? |
@devinbinnie Hi, in my case after upgrading to v5.4 problem don't reproduce anymore. |
I am using v5.5.0 on Windows 10 and this happends to me and several of my colleagues too(all running the same setup). Forcing a refresh with Ctrl+R usually restores the windows appearance. |
@dlind-work I'll extend the same question here to you.
|
Yes, it is pretty consistent. No special window management software and no noteworthy settings. |
@dlind-work Unfortunately this isn't something I'm able to reproduce at all myself. I'm running the latest Windows 11 and the latest version of Mattermost Desktop App. I'm thinking it could be performance related, could you share your machine specs? |
Sure. It's a Lenovo P15s laptop. CPU: 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz, 2803 Mhz, 4 cores, 8 logical processors |
Thanks, I don't have a similar system to test with, but this doesn't look particularly problematic. It might be worth trying to update Windows/your drivers and see if that fixes it. Unfortunately I think that's all I can recommend at this point. |
It happens on many different machines within our company. An issue on the hardware/driver side is very unlikely. When resizing the mattermost window in dark mode, white areas can be seen until resizing has been fully rendered. When the bug happens, those white areas just stay. It might be worth to check what happens at resizing and if the mattermost client can get stuck. BTW, can we change that white to black when in dark mode? |
You can see all of our resizing code here: https://github.com/mattermost/desktop/blob/master/src/main/windows/mainWindow.ts#L464 Most of this is dependent on the fact that we have a nested Chromium process rendered within another (in this case, the main window For all changes to the window size, we call We've actually been over this code many many times, since different OSes seem to behave differently with it, and there's not much more we can do, especially if it's not reproducible. This is why I'm pretty confident that a lot of the issue here is machine-dependent, and may behave differently depending on the OS, OS version or GPU. Unfortunately there aren't really any code changes we can make at this point that might help without being able to reproduce the issue, barring some extra logging in case the window bounds aren't what we expect (see the workaround already implemented in As for the dark mode/light mode change, that is something we can look into at some point, but would be a separate issue from this one. |
Windows 11 Pro, Mattermost 5.5.1 When I use resize -- drag by the corner of app, then everything goes smoothly. If I maximize, got white space. Then un-maximize, and maximize again then there is no more white space. Also very strange behavior happens when I open MM from a Windows notification: 2 of 3 times my MM window will be open in un-maximized version. 1 of 3 times it opens in a fully maximized state (as it was before). |
Windows 10 2009, Mattermost 5.5.1 here. There seems to be an unhandled path or event in the resize code, Mattermost is the only application I cannot resize with AltDrag as it doesn't refresh its content as shown in this video: https://youtu.be/M7EbcQiGi6A Compared to any other software while using AltDrag: https://youtu.be/HIrEKZy7UxA You can install AltDrag then Alt+Hold right click near the bottom right corner and move your mouse. You'll be able to reproduce 100%. |
I also found it is reproducible by double clicking an edge to maximize vertically/horizontally without using AltDrag. It acts like it only redraws the screen on some specific action like maximizing and dragging from the corners. Not when actually resizing the window. |
Should the |
Reinstall latest version (5.6.0) fix the problem. |
There's a chance it isn't the same version then. I just did it on completely different hardware. My PC is AMD Ryzen 9 + Nvidia 3090 and on a remote virtual machine, running on Intel Xeon with Virtio video card I can reproduce it after installing the latest available Windows version from Mattermost's web site: https://mattermost.com/apps/ Here's a video from that machine: https://youtu.be/BvIu77YNYYQ |
Reproduced on windows 10 by resizing the window with powertoys fancyzones. Latest desktop app version, rtx 4090 |
@devinbinnie 22H2 as well |
Windows 10 2009 for me at the moment but 22H2 in the VM, both same issue. |
had a similar white-space-problem after update to 5.7.0. Removing and reinstalling it (via flatpak) helped. |
Is this still an issue for anyone on v5.9? |
I tested just before upgrading and it was still broken on 5.8.x This seems fixed! Thanks! |
Before you file a bug report
Mattermost Desktop Version
5.3.1
Operating System
Windows 11 x64
Mattermost Server Version
7.10.2
Steps to reproduce
Expected behavior
When opening fullscreen mode from a small window, the client must scale to the entire window.
Observed behavior
When opening fullscreen mode (F11) from a small window, scaling does not occur, instead the remaining part of the screen turns white.
Log Output
Additional Information
No response
The text was updated successfully, but these errors were encountered: