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

Issues when using for audio player position #15

Closed
xorik opened this issue Jun 8, 2021 · 1 comment
Closed

Issues when using for audio player position #15

xorik opened this issue Jun 8, 2021 · 1 comment

Comments

@xorik
Copy link

xorik commented Jun 8, 2021

Hi. I've created a small demo, where I've tried to use this component as progress bar for an audio player:
https://github.com/xorik/slide-player

So I found 2 issues:

  1. When value is changed externally, the component anyways sends update:modelValue events. You can see it in dev tools

Screen Shot 2021-06-09 at 00 35 34

So it makes player stuck on the same place.
  1. I've tried to workaround it, by ignoring this event (with computed), it helped a bit, and it works perfectly in firefox, but in chrome the slider is shaking which is visually not nice.

Any suggestions how to fix it?

@adamberecz
Copy link
Collaborator

Fixed this in 2.0.0 - now it should not trigger input event when changing external data.

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