videogular / videogular2

The HTML5 video player for Angular 2
https://videogular.github.io/videogular2-showroom/#/
MIT License
672 stars 211 forks source link

fix: ๐Ÿ› Fix issue #810, seekbar doesn't go crazy when cursor out #917

Open pyrextor opened 3 years ago

pyrextor commented 3 years ago

Fix issue #810, seekbar doesn't go crazy when cursor is sliding the seekbar and gets out of the player. Instead getting offsetX, now get the cursor x coordinate and calculates its position relative to the scrub-bar to calculate the correct position.

BREAKING CHANGE: ๐Ÿงจ none

โœ… Closes: #810

Description

Please explain the changes you made here. Commit your changes with npm run commit instead of git commit.

Specify if it's a fix, feature or breaking change to update the version on NPM.

Thank you!

Checklist

Please, check that you have been followed next steps: