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
Using the webapp, on latest chrome/chromium versions, videos are no longer able to be interacted with.
This issue is similar to element-hq/element-web#34140
Demo:
demo.mp4
Reproduction
Navigate to any room with videos in it.
Expected behavior
Videos should be interactable
Platform and versions
MacOS, NixOS
Chromium version 150+
Additional context
In my testing, I have found that simply adding position: relative to the video element fixes it and makes the video interactive again.
Describe the bug
Using the webapp, on latest chrome/chromium versions, videos are no longer able to be interacted with.
This issue is similar to element-hq/element-web#34140
Demo:
demo.mp4
Reproduction
Navigate to any room with videos in it.
Expected behavior
Videos should be interactable
Platform and versions
Additional context
In my testing, I have found that simply adding
position: relativeto the video element fixes it and makes the video interactive again.