-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
On firefox scale window work incorect #93
Comments
Do you experience the same behavior in other browsers on that system? Pretty sure @Xananax is using Firefox and he tested that the scaling worked correctly on Linux. Also, which size is your window there? |
I can confirm the issue, this happens especially when using Super RMB to scale the window interactively. It's something I don't do much with browsers so I didn't catch it when reviewing the PR. |
@Xananax it seems the flex display with an absolute position at (0,0,0,0) on firefox forces the image to stretch to the browser's edges. |
Yes, it's specific to Firefox. |
Happens to me as well, just to provide some info. If you F11 (Fullscreen) it is alright. Surprisingly enough, this is recent. I played the Demo on Firefox a few days ago and I never noticed this. |
This is due to the new resizing code Xananax wrote to make the app scale much better on many devices. The thing is, browsers render the same HTML/CSS differently (which is always a pain). Despite testing, we didn't catch this issue in FF and just need to find a way to make scaling work there. |
Should be good now, but it wasn't deployed yet, so no changes on the live website yet! |
Describe the bug
On Firefox scale window work incorrect. Regression from #70
To Reproduce
Steps to reproduce the bug:
Screenshots
Information about your device (please complete the following information):
The text was updated successfully, but these errors were encountered: