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 the wavesurfer is zoomed in on a region so part of the region is off screen. If the user grabs the visible end of the wavesurfer and starts to drag there is major rendering issues. Please see attached video for example. (It can be reproduced here wavesrufer regions example
Wavesurfer_Issue.mov
The bug was introduced with this pull request adjustScroll is being called for any region update not just when the region is being dragged.
One possible solution might be to add the side to the update event and only run adjustScroll when it is the region being dragged (undefinded) not the start or end
Environment
Browser: Chrome
Minimal code snippet
Expected result
The region size is able to be adjusted with out render issues.
Obtained result
It is impossible to adjust the size of the region in this case.
Screenshots
The text was updated successfully, but these errors were encountered:
Bug description
When the wavesurfer is zoomed in on a region so part of the region is off screen. If the user grabs the visible end of the wavesurfer and starts to drag there is major rendering issues. Please see attached video for example. (It can be reproduced here wavesrufer regions example
Wavesurfer_Issue.mov
The bug was introduced with this pull request
adjustScroll
is being called for any region update not just when the region is being dragged.One possible solution might be to add the
side
to the update event and only runadjustScroll
when it is the region being dragged (undefinded
) not thestart
orend
Environment
Minimal code snippet
Expected result
The region size is able to be adjusted with out render issues.
Obtained result
It is impossible to adjust the size of the region in this case.
Screenshots
The text was updated successfully, but these errors were encountered: