Skip to content
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

Enable easier transition to auto-scroll after users submit transcript search #536

Open
elynema opened this issue Jun 25, 2024 · 2 comments

Comments

@elynema
Copy link

elynema commented Jun 25, 2024

Description

For the initial transcript search implementation, auto-scroll is disabled once a user enters a search term. This is because you can't really page through search results while the transcript is auto-scrolling.

However, this also means that if a user submits a search, and then starts playback, the transcript will not auto-scroll. The user will have to manually clear the search for auto-scroll to be re-enabled.

There may be a better, more intuitive solution for this problem. Could we allow auto-scroll to be re-enabled while media playback is happening? In that case, what would we do if the user submits a transcript search during media playback?

@elynema
Copy link
Author

elynema commented Jun 26, 2024

Dananji suggests that we could disable results navigation while media playback is happening. But that could also be confusing to users since they might not know why results navigation is disabled and what to do to get it re-enabled.

@joncameron
Copy link
Contributor

  • When disabling autoscrolling, we should un-check the "autoplay" toggle when it is disabled; it indicates that autoscroll is still on and the toggle is disabled, rather than autoscroll itself being disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants