heff
4dadd01cf5
@heff fixed the inline volume control and made it the default. closes #2553
2015-09-10 14:49:32 -07:00
Gary Katsevman
1b745e7b11
@gkatsev made all sass variables !default. closes #2574
2015-09-09 17:20:06 -04:00
Gary Katsevman
0341ec12ad
@gkatsev updated opacity of caption settings background color. closes #2573
2015-09-09 14:19:50 -04:00
heff
f7702f8f38
Fixed display the LIVE control bar item
...
...and also the layout in IE8 when live
Reorganized the styles some to group the vjs-live changes
with the components their affecting.
closes #2551
2015-09-08 12:45:22 -07:00
heff
1b057dfe85
Cleaned up durationchange process in the player
2015-09-07 12:09:59 -07:00
heff
4b58fad8bd
Fixed event bubbling in IE8
...
fixes #2414
Our fixEvent script makes a copy of the original event,
but it was failing to also set cancelBubble = true and
returnValue = false on the original event,
which is needed to make IE8 work like modern browsers.
2015-09-06 17:23:29 -07:00
Gary Katsevman
1f5a83dc23
@gkatsev fixed the default state of userActive
...
closes #2557
fixes #2550
2015-09-04 11:55:48 -07:00
heff
5624adb75d
@heff added back the default cdn url for the swf
...
closes #2533
fixes #2488
2015-09-03 14:46:30 -07:00
heff
4582e8a003
@heff added a default data attribute to fix the progress handle display in IE8
...
closes #2547
fixes #2449
2015-09-03 13:54:12 -07:00
heff
3fb786e271
@heff removed playerOptions from plugin options because it created an inconsistency in plugin inits. closes #2532
2015-09-02 15:47:10 -07:00
Gary Katsevman
608dad1299
@gkatsev made the sass files available via npm in src/css. closes #2546
2015-09-02 16:37:44 -04:00
heff
4d97dd4d29
Fixed a number of errors in the log after testing
...
- Fixed a console error in dom tests from loading a track source
- Switched to non-fetching poster urls in tests to prevent errors
- Stubbed XHR for TextTrack tests to prevent log errors
- Fixed text track console errors that stubbing async didn't catch
because there's some async happening in tracks that makes it so
- XHR isn't even used until the test is complete
- Removed extra code
- Added player.dispose more places and fixed attributes test
2015-08-31 16:36:11 -07:00
David LaPalomento
e95e3e76b2
@dmlap expose start and end buffered times. closes #2501
2015-08-31 15:47:51 -04:00
David LaPalomento
b35c8774b8
@dmlap update to videojs-swf 5.0.0-rc1. closes #2528
2015-08-31 15:37:25 -04:00
Gary Katsevman
98315b0e52
@dmlap @gkatsev improve Flash tech error property and add an error setter to the base tech. closes #2517
2015-08-31 14:21:53 -04:00
David LaPalomento
90c6890567
@dmlap move seek on replay into the flash tech. closes #2527
2015-08-31 14:12:12 -04:00
Gary Katsevman
de39cfc5ab
@gkatsev improved tech controls listener handling.. closes #2511
2015-08-25 16:17:35 -04:00
heff
f7d1289593
@heff fixed cross-platform track tests by switching to a fake tech. closes #2496
2015-08-24 12:48:42 -07:00
Gary Katsevman
f3b5075bcd
@gkatsev fixed nativeControlsForTouch handling. Defaults to native controls on iphone and native android browsers.. closes #2499
2015-08-21 17:43:07 -04:00
jforbes
976ee6e30b
@forbesjo switched automated testing to BrowserStack. closes #2492
2015-08-20 14:57:59 -07:00
Gary Katsevman
904bf0cabf
@gkatsev deep clone el for iOS to preserve tracks. closes #2494
2015-08-19 19:35:53 -04:00
Nicky Gerritsen
33de0085ae
@nickygerritsen fixed texttrack handling in IE10. closes #2481
2015-08-19 15:23:11 -04:00
Gary Katsevman
c4ed1451e0
@gkatsev exported event helpers on videojs object. closes #2491
2015-08-19 15:11:28 -04:00
Gary Katsevman
b1055dce01
@gkatsev removed non-default track auto-disabling. closes #2475
2015-08-19 14:38:14 -04:00
Gary Katsevman
ecca3a1b58
@gkatsev moved default and player dimensions to style els at the top of HEAD el. closes #2482
2015-08-19 14:18:14 -04:00
Gary Katsevman
76b5ffc7b5
@gkatsev moved default and player dimensions to style els at the top of HEAD. closes #2482
2015-08-19 14:13:58 -04:00
Pat O'Neill
79e58884de
@misternoneill fixed vertical slider issues. closes #2469
2015-08-19 13:54:47 -04:00
Matthew McClure
863f31546d
@mmcc Fixed IE by using setAttribute to set 'type' property. closes #2487
2015-08-17 11:29:02 -07:00
Matthew McClure
20b2a78287
@mmcc added type=button to button components. closes #2471
2015-08-13 13:43:57 -07:00
Gary Katsevman
4ec82d647d
@gkatsev fixed text track errors on dispose and in cross-browser testing. closes #2466
2015-08-12 16:04:31 -07:00
Matthew McClure
fa58f51fd1
Fixed the changelog reference
...
Had the wrong PR in mind when writing the changelog message.
2015-08-12 15:15:30 -07:00
Kemal Ogun Isik
4a4e85912e
@misteroneill fixed a potential issue with vertical sliders by replacing an options check with the appropriate getter. closes #2460
2015-08-12 15:12:27 -07:00
David LaPalomento
fecf3a0f8a
@dmlap switched global options back to an object at videojs.options. closes #2461
2015-08-12 13:51:43 -07:00
Vladimir B
4fd59c89db
Removed a duplicate changelog entry
...
closes #2445
--skip-ci
2015-08-12 11:36:03 -07:00
Matthew McClure
b41b12e0ab
fixing merge conflict in changelog
2015-08-12 10:41:44 -07:00
Matthew McClure
cbbae8fabd
@mmcc made sure controls respect muted attribute. closes #2408
2015-08-12 10:39:47 -07:00
jforbes
564da36339
@forbesjo updated the sauce labs config and browser versions
...
closes #2450
closes #2149
2015-08-11 17:37:27 -07:00
Pat O'Neill
ed790fdc38
@misteroneill pass vtt.js option to tech. closes #2448
2015-08-10 15:33:03 -04:00
Pat O'Neill
c0673d2852
@misteroneill create video.novtt.js in dist builds. closes #2447
2015-08-10 15:22:15 -04:00
Pat O'Neill
1bf64890c0
@misteroneill include child components with `true` in options. closes #2424
2015-08-10 15:07:59 -04:00
Pat O'Neill
a02e3609ab
@misteroneill restore videojs.formatTime. closes #2420
2015-08-10 14:59:47 -04:00
Pat O'Neill
f80de2b1ac
@misteroneill removed the deprecated Component init method. closes #2427
2015-08-06 15:09:13 -07:00
Pat O'Neill
abca8913e1
@misteroneill restore Html5.Events. closes #2421
2015-08-03 15:36:25 -04:00
Gary Katsevman
2dfd315ac1
@gkatsev always use emulated TextTrackLists so tracks survive tech switches. closes #2425
2015-08-03 15:19:36 -04:00
Nicky Gerritsen
1d0ae800b8
@nickygerritsen use the default seekable when a source handler is unset. closes #2401
2015-08-03 13:26:20 -04:00
Matthew Pietz
746f07a0ec
@sirlancelot change "video" to "media" in error messages. closes #2409
2015-08-03 12:35:18 -04:00
Matthew Pietz
d3d1a7fed7
@sirlancelot change "video" to "media" in error messages. closes #2409
2015-08-03 12:33:18 -04:00
Nicky Gerritsen
fe65ffae65
@nickygerritsen scrubbing() is a method, not a property. closes #2411
2015-08-03 12:28:26 -04:00
heff
3bf415e522
@heff use a synchronous ready() internally. closes #2392
2015-07-30 15:38:01 -04:00
Pat O'Neill
8aa61d3b1a
@misteroneill restore some 4.x utilities and remove deprecated functionality. closes #2406
2015-07-30 14:11:31 -04:00