Bug 876550 - Add |this.clickToPlay.hidden = true;| to the immediate case in hideClickToPlay(). r=jaws

This commit is contained in:
Justin Dolske 2013-05-30 08:10:02 -04:00
parent dd86ae8ef1
commit 92aa9f3122

View File

@ -1084,6 +1084,7 @@
if (this._overlayPlayButtonHeight * animationScale > (videoHeight - this._controlBarHeight)||
this._overlayPlayButtonWidth * animationScale > videoWidth) {
this.clickToPlay.setAttribute("immediate", "true");
this.clickToPlay.hidden = true;
} else {
this.clickToPlay.removeAttribute("immediate");
}