-
Notifications
You must be signed in to change notification settings - Fork 847
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
Increasing the font size causes rendering issues on next restart #334
Comments
Reproduced on macOS 10.12. Probably it's a bug of electron. electron/electron#7375 |
I saw a note that the Brave browser (built off of Electron) doesn't seem to have the issue, something to consider looking into? The zoom in/out functions are a little useless at the moment, at least in their current form |
As far as reading that, our issue looks a little different. In our case, the zoom level is correct, but only the region is incorrect. Just for reference, I tried |
Update: With #240, this issue is partially fixed on The issue continues to reproduce after clicking on the tab bar and attempting to use the zoom shortcuts, for instance. |
I was able to reproduce the issue with OS: Ubuntu 16.04 LTS Steps to reproduce:
=> Problem, as described above. To fix the problem again, you need quit the app, then remove After that, starting the app again leaves you 'clean-slate' with default zoom factor, but when you change zoom, then restart -> same problem. I didn't have the issue with MMD < 3.7.0, it wasn't remembering the zoom factor until 3.7.0. |
@yuya-oc I moved this issue to the v3.8 milestone after the above repro steps, but wondering if I should move it back to |
@jasonblais I'm not sure there is workaround because zoom in/out is strongly depends on Electron's implementation. However investigation is good to know current behavior since Electron was upgraded. |
I confirm (by marking "x" in the [ ] below):
Summary
If I increase the font size (CTRL+-), quit the Mattermost Desktop application and restart it, the content will not occupy the entire UI space, but show a wide white (empty) margin on the right and bottom sides.
Steps to reproduce
Please include:
Expected behavior
The UI scales and resizes properly.
Observed behavior
A wide white border is displayed in the right and bottom side of the rendering area. No errors are displayed.
Possible fixes
Workaround: if you reduce the font size again (CTRL -), and restart the application, the problem is fixed.
The text was updated successfully, but these errors were encountered: