webcompat / web-bugs

A place to report bugs on websites.
https://webcompat.com
Mozilla Public License 2.0
744 stars 66 forks source link

www.animeultima.io - see bug description #3092

Closed webcompat-bot closed 8 years ago

webcompat-bot commented 8 years ago

URL: http://www.animeultima.io/nanatsu-no-taizai-seisen-no-shirushi-episode-1-english-subbed-video-mirror-1128618-MP4Upload/ Browser / Version: Firefox 48.0 Operating System: Windows Vista Problem type: Something else - I'll add details below

Steps to Reproduce 1) Navigate to: http://www.animeultima.io/nanatsu-no-taizai-seisen-no-shirushi-episode-1-english-subbed-video-mirror-1128618-MP4Upload/ 2) Play video, click fullscreen button

Expected Behavior: Go fullscreen

Actual Behavior: Doesnt go fullscreen

I'm watching without flashplayer. I guess this is because there's no allowfullscreen tag? Firefox should allow fullscreen by default if tag is missing unless there's the tag and value is =no.

Fullscreen works when I watch using http://mp4upload.com/embed-er9cfinw5qol-650x370.html

From webcompat.com with ❤️

adamopenweb commented 8 years ago

In Firefox or Chrome using OSX, with flash disabled I can reproduce this issue. With flash enabled fullscreen works fine. I'm afraid this isn't really a web compatibility issue as the behavior is the same in multiple browsers. I believe this site will want to fix this problem as flash is being phased out of Firefox and Chrome.

The video is located in an iframe.

<iframe title="MP4Upload" type="text/html" scrolling="no" src="http://mp4upload.com/embed-er9cfinw5qol-650x370.html" width="650" height="370" frameborder="0"></iframe>

They need to set allowfullscreen="true".

<iframe title="MP4Upload" type="text/html" scrolling="no" src="http://mp4upload.com/embed-er9cfinw5qol-650x370.html" width="650" height="370" frameborder="0"  allowfullscreen="true"></iframe>

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attr-allowfullscreen

I'm going to close this bug as Invalid as it's not a true web compatibility issue, but if someone would like to contact the site it would be helpful for users.

webcompatreport commented 8 years ago

Sorry pls remove previous comment. Wrong reply.