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
{{ message }}
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.
This happens with a simple implementation of videojs-contrib-ads (heisenbug.html) and with videojs-vast-vpaid (heisenbug2.html), though the latter case is much, much rarer.
I noticed that when this happens, the style of span elements for subtitle lines are missing the font attribute. It seems that something about how both plugins set up ad playback interferes with span styling somehow, even though only one of them makes use of videojs-contrib-ads/
I'm not sure how to trace this further, but because it involves span styling, it seems this is a libjass issue.
The text was updated successfully, but these errors were encountered:
However videojs-ass is starting the clock before calling resize, thus WebRenderer.preRender is getting called before its scaleX and scaleY properties have been initialized. videojs-ass needs to fix this.
Sample set
This happens with a simple implementation of videojs-contrib-ads (heisenbug.html) and with videojs-vast-vpaid (heisenbug2.html), though the latter case is much, much rarer.
I noticed that when this happens, the style of span elements for subtitle lines are missing the font attribute. It seems that something about how both plugins set up ad playback interferes with span styling somehow, even though only one of them makes use of videojs-contrib-ads/
I'm not sure how to trace this further, but because it involves span styling, it seems this is a libjass issue.
The text was updated successfully, but these errors were encountered: