Skip to content
Snippets Groups Projects
  1. Jan 12, 2017
  2. Jan 11, 2017
  3. Jan 06, 2017
  4. Jan 05, 2017
  5. Jan 04, 2017
  6. Jan 03, 2017
  7. Dec 23, 2016
  8. Dec 22, 2016
    • Gary Katsevman's avatar
      v5.15.0 · 4fd90222
      Gary Katsevman authored
      4fd90222
    • Darren Nolan's avatar
      fix: don't emit tap events on tech when using native controls (#3873) · 42507f8c
      Darren Nolan authored
      If using nativeControlsForTouch, skip the emitTapEvents listeners from
      being setup. This avoids taps being taken away from native video
      elements and stopping controls being displayed.
      42507f8c
    • Gary Katsevman's avatar
      fix(seeking): don't always pause in mouse down (#3886) · e92db4f4
      Gary Katsevman authored
      In chrome 55, something changed which introduced a bug in videojs where
      if you seeked back, it wouldn't work. This is because we always paused
      the video in the mousedown handler.
      
      Instead, we should create a timer for pausing that is cleared in the
      mouseup handler or in the mouse move handler. This is so that if someone
      is seeking by clicking and waiting the video pauses. As soon as we start
      moving and we get a mousemove event, we can know that it's safe to pause
      as well.
      
      Fixes #3839.
      e92db4f4
  9. Dec 21, 2016
  10. Dec 20, 2016
  11. Dec 19, 2016
  12. Dec 15, 2016
  13. Dec 14, 2016
  14. Dec 05, 2016