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
Get seeking state ('seeking' event has already fired, but 'seeked' still not yet) - class '.vjs-seeking' will be added to player object - and see loading spinner visible.
Change video source using .src() method.
See class '.vjs-seeking' wasn't removed from player object and loading spinner still visible on playing video.
Results
Expected
Class '.vjs-seeking' should be removed when video reinits and loading spinner should be hidden.
Actual
Class '.vjs-seeking' wasn't removed and loading spinner stays visible.
Error output
none
Additional Information
versions
videojs
Cheked on 5.12.1
browsers
All
OSes
All
The text was updated successfully, but these errors were encountered:
Description
Seeking-state class '.vjs-seeking' doesn't remove when video source was changed.
Example: http://jsbin.com/cixabutaha/edit?html,output
Steps to reproduce
Results
Expected
Class '.vjs-seeking' should be removed when video reinits and loading spinner should be hidden.
Actual
Class '.vjs-seeking' wasn't removed and loading spinner stays visible.
Error output
none
Additional Information
versions
videojs
Cheked on 5.12.1
browsers
All
OSes
All
The text was updated successfully, but these errors were encountered: