lbry-desktop/ui/component/viewers/videoViewer/internal
infiinte-persistence 18debf51cd FloatingPlayer: fix unusable volume slider in fp-mode
4913: Can't slide volume slider in pop out mode

I first tried to handle this at the floating player level, but it was impossible to hack there due to how 'react-draggable' works (it already moved the window before the "move" handler is called, so we can't do much).

Fix by overriding the dragging behavior of the videojs' VolumeBar class by not propagating the event further. It is odd that videojs didn't already do this, since it's SeekBar does stop the propagation.
2020-11-16 10:38:29 -05:00
..
adstest.css add adstest page to test player ads 2020-10-30 00:20:42 -04:00
adstest.js add adstest page to test player ads 2020-10-30 00:20:42 -04:00
adstest2.js add ads script to head for test 2020-11-02 12:01:58 -05:00
videojs.jsx FloatingPlayer: fix unusable volume slider in fp-mode 2020-11-16 10:38:29 -05:00