I found the problem. Here is a guide how to solve it from the theme developers:
-
Open assets/theme.js.liquid for your current theme
-
Search for this line:
var $player = $(evt.target.a);
- And replace the four places it appears with:
var $player = evt.target.a ? $(evt.target.a) : $(evt.target.f);