]> cat aescling's git repositories - mastodon.git/commit
Various fixes regarding the video position slider (#8201)
authorThibG <thib@sitedethib.com>
Tue, 14 Aug 2018 19:51:17 +0000 (21:51 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 14 Aug 2018 19:51:17 +0000 (21:51 +0200)
commitec2c516ab865ea63b5e7bc4405d0141d377e3e12
tree93ec360209acd7e357bed43ac66a5bbaed7d4a85
parent464daffdf9a37e9a773d224a162fad022890d463
Various fixes regarding the video position slider (#8201)

* Prevent default event handling when clicking on the video position slider

This prevents accidental text selection when clicking on the position slider.

* Fix bug when clicking on video position slider before starting the video

* Slightly more aggressive video preloading

- Preload video metadata if the video is loaded in detailed view, as it is
  likely to get played, and metadata is useful for seeking in the video.
- Preload video data if it's fullscreen as it is extremely likely to get
  played right after being put in fullscreen (although those are two steps).
- Preload video data if the user has clicked the position slider, as the video
  will play as soon as the mouse button is released, and video metadata is
  needed to properly seek into the video.
app/javascript/mastodon/features/video/index.js