Jon-Carlos Rivera
fdd8550307
@imbcmdth Added exception handling to event dispatcher. closes #3580
...
* Guard against exceptions in an event handler to stop them from breaking further processing of event handlers
* Added a test for try/catch behavior for exceptions originating in event handlers
2016-08-25 19:08:56 -04:00
Pat O'Neill
1d2d08584e
@misteroneill fixed IE8 media error test failure. closes #3568
2016-08-24 13:48:39 -04:00
Pat O'Neill
b56ed61523
@misteroneill fixed wrapping native and emulated MediaErrors. closes #3562
2016-08-24 11:00:21 -04:00
mister-ben
fa1c6430f4
@mister-ben silenced chrome's play() request was interrupted by pause() error. closes #3518
2016-08-15 17:49:52 -04:00
Vineet
2c84f45ff3
@vdeshpande fixed control text for fullscreen button. closes #3485
2016-08-15 17:44:01 -04:00
Pat O'Neill
8dd01467f3
@misteroneill corrects test assertions for older IEs in the log module. closes #3454
2016-07-22 13:50:29 -04:00
Gary Katsevman
3e9c53f84f
@gkatsev added es6-shim to tests. Fixes Flash duration test. closes #3453
2016-07-22 12:07:37 -04:00
Owen Edwards
238c752aee
@OwenEdwards fixed caption settings dialog labels for accessibility. closes #3281
2016-07-19 00:19:36 -04:00
mister-ben
5883c9236e
@mister-ben updated language to inherit correctly and respect the attribute on the player. closes #3426
2016-07-18 14:53:31 -04:00
Pat O'Neill
13d349b0da
@misteroneill improved Logging for IE < 11. closes #3356
2016-07-18 14:32:31 -04:00
Vít Koumar
f36da276e3
@vit-koumar updated Flash tech to return Infinity from duration instead of -1. closes #3128
2016-07-18 14:10:57 -04:00
ldayananda
c51c180b3c
@ldayananda updated videojs to not do anything if no src is set. closes #3378
2016-06-27 23:07:00 -04:00
Gary Katsevman
b9e3e55384
Merge branch 'stable'
2016-05-27 18:28:40 -04:00
brandonocasey
fa8fc80b83
@BrandonOCasey fixed source handlers being disposed multiple times when a video is put into the video element directly. closes #3343
2016-05-27 18:12:47 -04:00
Nicky Gerritsen
17f856849d
@nickygerritsen Fix test for tooltips in IE8. closes #3327
2016-05-19 09:47:27 +02:00
Nicky Gerritsen
ed39b68f13
@nickygerritsen Add title to all clickable components. closes #3296
2016-05-17 10:17:12 +02:00
Gary Katsevman
b1e7bfd8f8
Merge branch 'stable'
2016-05-12 14:49:47 -04:00
Gary Katsevman
82d396a1fb
@gkatsev nulled out currentSource_ in setSource. closes #3314
2016-05-12 14:43:10 -04:00
Pat O'Neill
ed3249818e
@misteroneill Un-deprecate the videojs.players property. closes #3299
2016-05-11 09:10:15 +02:00
Nicky Gerritsen
68c4d248d9
@nickygerritsen Also pass tech options to canHandleSource. closes #3303
2016-05-11 09:08:17 +02:00
Greg Smith
249532ad45
@incompl clear currentSource_ after subsequent loadstarts. closes #3285
2016-05-02 18:54:34 -04:00
Owen Edwards
6296ca8538
@OwenEdwards added language attribute in HTML files for accessibility. closes #3257
2016-04-28 15:29:40 -07:00
brandonocasey
2e2dbde4b4
@BrandonOCasey added audio and video track support. closes #3173
2016-04-22 14:31:12 -04:00
Gary Katsevman
cfb9621884
Merge branch 'stable'
2016-04-19 17:20:24 -04:00
Gary Katsevman
264e53fb5b
@gkatsev fixed text track tests for older IEs. closes #3269
2016-04-19 17:09:53 -04:00
Gary Katsevman
048dad4cf3
revert 75116d4
adding chrome to travis ( #3254 )
2016-04-19 15:52:36 -04:00
Gary Katsevman
d3b368ccce
@gkatsev fixed removeRemoteTextTracks not working with return value from addRemoteTextTracks. closes #3253
2016-04-19 15:46:33 -04:00
Gary Katsevman
ff83aa6573
@gkatsev made the first emulated text track enabled by default. closes #3248
2016-04-19 15:18:21 -04:00
Gary Katsevman
5cafd387ea
revert 75116d4
adding chrome to travis ( #3254 )
2016-04-13 15:08:35 -04:00
Nicky Gerritsen
f606f9df50
@nickygerritsen Pass tech options to source handlers. closes #3245
2016-04-13 20:28:09 +02:00
Chris Auclair
fa27cc7dbf
@chrisauclair added ARIA region and label to player element. closes #3227
2016-04-05 13:47:58 -04:00
jforbes
75116d4249
@forbesjo added chrome for PR tests. closes #3235
2016-04-05 13:36:33 -04:00
Gary Katsevman
b91018952e
Merge branch 'stable'
2016-03-29 16:15:07 -04:00
Maythee Anegboonlap
31b2f9d489
@llun fixed menus from throwing when focused when empty. closes #3218
2016-03-29 16:09:10 -04:00
Gary Katsevman
4663d0ed01
use a brand new tag el for ie8
2016-03-28 12:08:00 -04:00
Can Küçükyılmaz
ac3771a329
@defli added currentWidth and currentHeight methods to the player. closes #3144 .
2016-03-25 15:12:53 -04:00
Owen Edwards
41bc481597
@OwenEdwards added basic descriptions track support. closes #3098
2016-03-25 14:16:56 -04:00
Gary Katsevman
66a2c05510
@gkatsev updated vjs to not add dynamic styles when VIDEOJS_NO_DYNAMIC_STYLE is set. closes #3093
2016-03-25 14:06:39 -04:00
Gary Katsevman
dbdc411dc2
@gkatsev cleared vttjs script handlers on dispose. Fixed tests. closes #3189
2016-03-17 18:56:25 -04:00
Gary Katsevman
e2c8c125a2
@gkatsev changed emulated tracks to in novtt to wait for vttjs to load or error before parsing. closes #3181
2016-03-17 14:53:00 -04:00
brandonocasey
c1112b74fe
@BrandonOCasey updated text track unit tests to use full es6 syntax. closes #3148
2016-03-07 14:54:32 -05:00
Gary Katsevman
f77bcc95d0
@gkatsev cleared waiting/spinner on timeupdate. Fixes #3124 . closes #3138
2016-03-07 14:48:15 -05:00
Erik Yuzwa
fc7a166705
@erikyuzwa added ability to add child component at specific index. closes #2540
2016-02-04 13:42:49 -05:00
jforbes
c8646aa02b
@forbesjo updated emulated tracks to have listeners removed when they are removed. closes #3046
2016-02-02 14:29:31 -05:00
Owen Edwards
16f0179c07
@OwenEdwards added ClickableComponent. Fixed keyboard operation of buttons. closes #3032
2016-01-25 18:30:12 -05:00
Gary Katsevman
6977b0e3fe
@gkasev updated vjs to correctly return already created player when given an element. closes #3006
2016-01-15 15:27:35 -05:00
Gary Katsevman
dcf2a300ef
make sure that styleEl_ is in DOM before removing on dispose. closes #3004
2016-01-14 14:01:30 -05:00
Pat O'Neill
8ad286a768
@misteroneill exposed createEl on videojs. closes #2926
2016-01-07 23:03:23 -05:00
Carey Hinoki
8f2bc92412
@chemoish emulated HTMLTrackElement to enable track load events. closes #2804
2015-12-08 11:24:51 -05:00
Gary Katsevman
e78e26b8a4
@gkatsev added a Player#reset method. Fixes #2852 . closes #2880
2015-12-07 17:45:50 -05:00