mirror of
https://github.com/videojs/video.js.git
synced 2024-11-28 08:58:46 +02:00
53ea60cd06
On ended, pause player if not paused or looping IE11 (and maybe other browsers as well) only fire 'ended' event when the video ends and doesn't fire pause. This makes IE11 not reset it's state into a paused state that allows a user to replay immediately. However, a two clicks on the play/pause button will allow you to replay. In Chrome, we get first a pause event and then an ended event. When 'loop' is set, neither the last pause nor ended fire. In the flash tech, the pause and ended events fire like in chrome in all browsers. Add tests for onEnded change Appease jshint. |
||
---|---|---|
.. | ||
unit | ||
index.html | ||
karma-qunit-shim.js | ||
karma.conf.js | ||
karma.minified.api.conf.js | ||
karma.minified.conf.js | ||
minified-api.html | ||
minified.html | ||
qunit-externs.js | ||
sinon-externs.js |