-
Notifications
You must be signed in to change notification settings - Fork 5
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
video not always scaled to fit window #54
Comments
@FritzHeiden can you check |
I was seeing this twice in 3 times when I ran the test. |
After taking another look at the screenshots, it seems like there is no css applied to the page. Maybe this is an issue with loading the css file. I'm still not sure what may cause this. |
Would there be any error messages if this had happened? |
There should be an error stating that loading the css file failed. I did not explicitly implement it. |
I've just tried the encrypted content playback again and I get this issue every time. There's nothing in the messages in the report afterwards. Here are all references to CSS in the docker log. |
@jpiesing if you open the same test in Chrome Desktop (via same IP and not localhost) do you see the same issue? if yes can you open the Developer console -> Network Tab and check if there are errors while downloading some files (especially CSS). If the issue only happens on the Android Tablet, is there any chance to get a screenshot of the developer console on the tablet via remote debugging (https://developer.chrome.com/docs/devtools/remote-debugging/)? |
Yes - it happens with Chromium on Linux - at least once. The second time, it worked. Once it works the first time, it continues to work. I'm investigating if clearing the cache will make it revert to breaking. |
Umm. I wonder if it's this ... https://www.titanwolf.org/Network/q/51138767-7580-4885-9ec0-a8ceb03703c4/y which refers to this old Chrome bug - which shows no sign of getting fixed. https://bugs.chromium.org/p/chromium/issues/detail?id=488043 "The issue is resolved when I use a valid certificate instead of a self-signed one for my web application. Further details can be found by visiting the above URL." |
I was able to reproduce the behavior for some time. I added a |
@FritzHeiden Please check that you actually checked this in. When I re-run the tests, the problem is still there. |
Document the issue in Readme as a list of known bugs. Request people doing testing to report if they still see them happening. |
I added a list of known bugs, including this one here |
I've seen a couple of times when the video for encrypted content playback is not scaled to fit the window.
I does the same on a desktop if you make the browser window smaller than the video.
The text was updated successfully, but these errors were encountered: