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
For the transcript in Chrome on iPad, when you try to scroll in the transcript tab for the first time, the auto-scroll fights you trying to take you back to the current spot in the transcript. If you have scrolled around in the transcript tab to select another starting point, the auto-scroll of transcript stops working.
In the current implementation, transcript component stops auto scrolling when the mouse pointer is hovering over the transcript content (when user is actively scrolling the transcript content), which doesn't have an equivalent implementation for touch devices but we probably should.
This could be the reason for auto scroll breaking when interacting with the transcript component on iPads.
Done Looks Like
Behavior should match desktop web browser - when a user scrolls through the transcript content, auto-scroll should pause so the transcript isn't jumping around
When the user stops scrolling in the transcript content (stops touching?), auto-scroll should jump the transcript back to currently playing spot
Tested on Android in Chrome
Tested on iPad Chrome and Safari
The text was updated successfully, but these errors were encountered:
Description
For the transcript in Chrome on iPad, when you try to scroll in the transcript tab for the first time, the auto-scroll fights you trying to take you back to the current spot in the transcript. If you have scrolled around in the transcript tab to select another starting point, the auto-scroll of transcript stops working.
In the current implementation, transcript component stops auto scrolling when the mouse pointer is hovering over the transcript content (when user is actively scrolling the transcript content), which doesn't have an equivalent implementation for touch devices but we probably should.
This could be the reason for auto scroll breaking when interacting with the transcript component on iPads.
Done Looks Like
The text was updated successfully, but these errors were encountered: