You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set a poster URL that 404s in Chrome 37, an error event is triggered on the video element. The error property on the video element remains unset however, which causes the error handling code in video.js to dereference undefined and throw an error.
Clean up some distracting error messages during the ad tests. Add a test that checks to make sure the src attribute is restored if currentSrc never gets changed. Worked around an issue with error events and bad poster images in video.js error handling (videojs/video.js#1465).
If you set a poster URL that 404s in Chrome 37, an error event is triggered on the video element. The error property on the video element remains unset however, which causes the error handling code in video.js to dereference undefined and throw an error.
Live example
The text was updated successfully, but these errors were encountered: