• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

videojs / video.js / 4864
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: div-embed
DEFAULT BRANCH: master
Ran 22 Dec 2016 04:55PM UTC
Jobs 1
Files 93
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
4864

push

travis-ci

gkatsev
fix(seeking): don't always pause in mouse down

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.

2 of 2 new or added lines in 1 file covered. (100.0%)

5595 of 6554 relevant lines covered (85.37%)

1494.78 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/js/control-bar/progress-control/seek-bar.js
Jobs
ID Job ID Ran Files Coverage
1 4864.1 22 Dec 2016 04:55PM UTC 0
85.37
Travis Job 4864.1
Source Files on build 4864
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4864
  • 8b65a263 on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc