Closed J0WI closed 3 years ago
I guess this issue would more belong here: https://github.com/nextcloud/files_videoplayer
Well, seems to be wrong.. ¯_(ツ)_/¯
Nope, files_videoplayer is almost not used anymore. viewer handle this now
This seems to be a bug in https://github.com/redxtech/vue-plyr/ .
I think this issue ( https://github.com/redxtech/vue-plyr/issues/266 ) is talking about the same problem. But the repo seems to be quite inactive since last November.
The same issue also crops up for me in https://redxtech.github.io/vue-plyr/.
After some digging I found the root cause of this issue: vue-plyr is a small wrapper over sampotts/plyr. In version 3.6.3 of plyr, the CSS has been updated to fix the firefox issue. But this vue wrapper still has the old version in the lockfile.
Dependabot has already made a PR to fix the issue: https://github.com/redxtech/vue-plyr/pull/318
For future reference, the following css fixes the issue (source: https://github.com/sampotts/plyr/pull/2008/files ).
.plyr__controls__item.plyr__volume input[type="range"] {
min-width: 0;
}
I think this issue ( redxtech/vue-plyr#266 ) is talking about the same problem. But the repo seems to be quite inactive since last November.
I pinged the dev on twitter
For future reference, the following css fixes the issue (source: sampotts/plyr#2008 (files) ).
Could you open a pr with a TODO to remind us to remove this temporary hack later on? :hugs: That would be awesome @beardhatcode :rocket:
Oddly enough, I cannot reproduce this problem any more. @J0WI, are you still experiencing this?
I'm on Firefox 86.0.1 (64-bit)
I cannot reproduce anymore with most recent versions of Firefox and Nextcloud.
Lol, Great!
Thank you both! :hugs:
Video play speed button is covered by the volume slider.
Originally posted in https://github.com/nextcloud/viewer/issues/678#issuecomment-721263745