lbry-desktop/ui/component/viewers
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
..
appViewer semi-broken 2020-04-29 11:00:42 -04:00
threeViewer Fix and enable 3D viewer: #4035 2020-04-27 14:27:04 -04:00
videoViewer FloatingPlayer: fix unusable volume slider in fp-mode 2020-11-16 10:38:29 -05:00
codeViewer.jsx Remove alert 2020-02-07 09:21:28 -05:00
comicBookViewer.jsx fix comic-book content-type detection 2020-05-13 10:18:36 -04:00
documentViewer.jsx refactor floatingUri to allow inline players in comments/markdown 2020-10-21 15:29:29 -04:00
docxViewer.jsx semi-broken 2020-04-29 11:00:42 -04:00
htmlViewer.jsx semi-broken 2020-04-29 11:00:42 -04:00
imageViewer.jsx Use sentence case for all card titles 2020-09-29 17:12:32 -04:00
pdfViewer.jsx semi-broken 2020-04-29 11:00:42 -04:00