Intermittent issue with pausing and playing Vimeo backgrounds of Text on Media when logged in #4034
Labels
bug
Something isn't working
editor experience
Improvements to the editor experience for individuals editing Quickstart websites
low priority
Nice to have for this milestone, can be pushed out if needed
Problem/Motivation
Pull request #3981 adds support for Vimeo videos as Text on Media backgrounds:
In testing this pull request, we encountered an issue where the pause and play buttons on Vimeo videos would sometimes fail to work if:
This issue with the pause and play buttons does not occur if:
Describe the bug
From our testing, the pause and play buttons which Quickstart adds in the bottom right corner of the Vimeo video appear to be triggering the JavaScript click event correctly. Also, the JavaScript variable for the Vimeo player seems to be correct. Somehow the
bgVideoParagraphs[index].player.pause()
andbgVideoParagraphs[index].player.play()
functions may fail to update the playback of the video in Chrome for authenticated users.To Reproduce
Steps to reproduce the behavior:
Proposed resolution
To be determined
Expected behavior
The Pause and Play buttons on Text on Media video backgrounds should work reliably for all users.
The text was updated successfully, but these errors were encountered: