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
When I am on a touchscreen device, if I play a video with stream type = 'live', swiping left or right on the video makes the time slider thicker; the time slider will stay thickened, and the layout will stay messed up (setting button, live badge and full-screen button are missing). Inspecting the HTML elements reveals that the media-time-slider element is stuck having a data-dragging attribute.
Expected Behavior:
When stream type is live, users should not be able to rewind or fast forward. Swiping left or right on the video should have no effect on the time slider.
When the video plays, swipe left/right on the video (on any empty space will do, not on the time slider / setting button / full screen button though)
the time slider bar thickens and stay thickened
Environment:
I am able to reproduce the bug in Microsoft Edge@133 on Windows 11 (see screen capture below). (I am also able to reproduce the bug on Firefox on Windows, Firefox on Android, and Opera on Android also.)
Screen capture:
screen_capture.mp4
The text was updated successfully, but these errors were encountered:
Current Behavior:
When I am on a touchscreen device, if I play a video with stream type = 'live', swiping left or right on the video makes the time slider thicker; the time slider will stay thickened, and the layout will stay messed up (setting button, live badge and full-screen button are missing). Inspecting the HTML elements reveals that the media-time-slider element is stuck having a data-dragging attribute.
Expected Behavior:
When stream type is live, users should not be able to rewind or fast forward. Swiping left or right on the video should have no effect on the time slider.
Steps To Reproduce:
Environment:
I am able to reproduce the bug in Microsoft Edge@133 on Windows 11 (see screen capture below). (I am also able to reproduce the bug on Firefox on Windows, Firefox on Android, and Opera on Android also.)
Screen capture:
screen_capture.mp4
The text was updated successfully, but these errors were encountered: