1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00
video.js/test
Gary Katsevman 53ea60cd06 fixes #1512, fixes #1507
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.
2014-09-16 14:53:46 -07:00
..
unit fixes #1512, fixes #1507 2014-09-16 14:53:46 -07:00
index.html Move manual events into tech controller 2014-08-14 15:08:37 -07:00
karma-qunit-shim.js Close GH-714: Added support for running tests with Karma. 2013-09-19 09:24:06 -07:00
karma.conf.js Added additional browsers for saucelabs testing. closes #1216 2014-07-08 11:46:02 -07:00
karma.minified.api.conf.js Added cross-browser testing with SauceLabs, and added Karma as the default test runner. closes #1187 2014-05-16 14:48:05 -07:00
karma.minified.conf.js Added cross-browser testing with SauceLabs, and added Karma as the default test runner. closes #1187 2014-05-16 14:48:05 -07:00
minified-api.html Better error handling. closes #1197 2014-05-12 17:08:48 -07:00
minified.html Better error handling. closes #1197 2014-05-12 17:08:48 -07:00
qunit-externs.js Better error handling. closes #1197 2014-05-12 17:08:48 -07:00
sinon-externs.js Move manual events into tech controller 2014-08-14 15:08:37 -07:00