Fix start-time functionality in the video player.
When there is a start-time: Initially, the video starts playing from the start-time. Whenever the player resets for any reason (such as reaching the end of the video), it will reset to start-time instead of 00:00:00. It should not be the case that any time the user presses play, it start playing from start-time. BLD-659.
Showing
- common/lib/xmodule/xmodule/js/spec/video/general_spec.js 3 additions, 3 deletionscommon/lib/xmodule/xmodule/js/spec/video/general_spec.js
- common/lib/xmodule/xmodule/js/spec/video/video_player_spec.js 32 additions, 25 deletions...on/lib/xmodule/xmodule/js/spec/video/video_player_spec.js
- common/lib/xmodule/xmodule/js/src/video/03_video_player.js 79 additions, 107 deletionscommon/lib/xmodule/xmodule/js/src/video/03_video_player.js
- common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js 16 additions, 6 deletions.../xmodule/xmodule/js/src/video/06_video_progress_slider.js
Loading
Please register or sign in to comment