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
Describe the bug
In a Chrome running inside a docker container using the playback player, the image is not rendered within a certain time; 2 seconds I guess; the rendering is stopped and a placeholder is displayed above.
To Reproduce
Steps to reproduce the behavior:
Run the playback within a containerised browser with a heavy image, the recordings contains an 8bits image with 1600x1200 resolution.
Expected behavior
The browser should render the image till the end.
Screenshots
Additional context
If the image is loaded using JS the timeout should be configurable or we must check any CSS option preventing the render-in-time.
The text was updated successfully, but these errors were encountered:
Hmmm, that's a really particular use case, not sure if I can reproduce it.
We had a similar problem with Chrome a couple of months ago, tho. But regarding the polling annotations.
There was an update on Chrome (probably security related) that now block embedded images that miss to
inform it's mime type at the response header.
That can be the case here too... this is not a JS loaded image or anything like that. It's an SVG image tag
Describe the bug
In a Chrome running inside a docker container using the playback player, the image is not rendered within a certain time; 2 seconds I guess; the rendering is stopped and a placeholder is displayed above.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The browser should render the image till the end.
Screenshots
Additional context
If the image is loaded using JS the timeout should be configurable or we must check any CSS option preventing the render-in-time.
The text was updated successfully, but these errors were encountered: