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 controls during the seek #150

Open
rtritto opened this issue Feb 17, 2025 · 3 comments · May be fixed by #155
Open

Enable controls during the seek #150

rtritto opened this issue Feb 17, 2025 · 3 comments · May be fixed by #155
Labels
feature New feature or request

Comments

@rtritto
Copy link
Contributor

rtritto commented Feb 17, 2025

If the feature request is for a plugin or provider, specify it here.

No response

If the feature solves a problem you have, specify it here.

When the player is seeking a video, click on controls (play/pause, current, volume etc) is disabled

Describe the proposed feature.

When the player is seeking a video, click on controls (play/pause, current, volume etc) should be handled.

Describe alternatives you've considered

No response

Additional context

No response

Related issues

No response

@rtritto rtritto added the feature New feature or request label Feb 17, 2025
@rtritto
Copy link
Contributor Author

rtritto commented Feb 18, 2025

The issue is related to "v-loader" element that overlays all player elements.
To fix, with CSS the "v-controlBar" element can be moved on top (z-index) of "v-loader" element.

@rtritto rtritto linked a pull request Feb 19, 2025 that will close this issue
6 tasks
@yoriiis
Copy link
Member

yoriiis commented Feb 20, 2025

I'm not sure I understand the problem. Do you want to access the controls while the video is seeking? Is it a seek triggered with the shortcuts or just a video loading?

Can you share a capture?

@rtritto
Copy link
Contributor Author

rtritto commented Feb 21, 2025

When the video is buffering, the v-loader component (the CSS during the loading video) overlays all other components.
By this way, the v-controlBar component (Controla Bar) can't be accessed and used until the video return the playback.

2025-02-22.003954.mp4

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

Successfully merging a pull request may close this issue.

2 participants