webcompat / web-bugs

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

m.vagalume.com.br - video doesn't play #1799

Closed wellington1993 closed 8 years ago

wellington1993 commented 9 years ago

URL: http://m.vagalume.com.br/edson-e-hudson/frio-da-madrugada.html Browser / Version: Firefox Mobile 44.0 Operating System: Android 4.4.4 Problem type: Video doesn't play

Steps to Reproduce 1) Navigate to: http://m.vagalume.com.br/edson-e-hudson/frio-da-madrugada.html 2) …scroll to the top of page and click on Play

Expected Behavior: video mp4 play

Actual Behavior: video doesn't play

karlcow commented 8 years ago

This is the code for the play button.

<div id="interation">
<var id="playButton" class="btn openPlayer"></var>
</div>

to note that this button is supposed to have gradient (webkit only).

.btn {
    background-color: #EEE;
    background: -webkit-linear-gradient(top,#FFF 50%,#DDD 100%);
    border-color: #DDD #DDD #BBB;
    border-radius: 3px;
    border: 1px solid #DDD;
    bottom: 25px;
    color: #333;
    font-size: 1.1em;
    padding: 8px 10px 7px 12px;
    position: absolute;
    text-shadow: 0 1px 1px #FFF;
    right: 10px;
    z-index: 1;
}

This is working for me on Android device with Firefox Nightly 46.0a1 and on Firefox Android 43.0

Sometimes the button takes a bit of time, and you have to type a second time. Then it goes on fetching a video of YouTube which is inserted below the button. The play button becomes [x FECHAR].

Once clicking the Youtube play button we get the video working, you might have need to scroll to make the youtube video first visible.