addyosmani / addyosmani/video-js

Video component not working in Chrome 36, OSX & Win

Aberta
#2 7 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
CSS
Estrelas
39
Forks
3
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

The videoJS component does not work in Chrome 36. This was tested in OSX and Windows 8.1 (tested and confirmed the intended behavior against Firefox and Safari)

I'm raising this issue here because I don't believe it to actually be an issue with VideoJS but I'm not sure whether it is an issue with Polymer or with Chrome. I first became aware of this issue while working on my own HTML5 video component. I decided to test Addy's component as a sanity check and found the same issue. In my gut I worry about whether this is due to Chrome's handling of the `` inside of a web component, but I have no info to support this.

Here's what's up:

Video-js component demo in Chrome 36/ OSX showing unstyled controls.
![screen shot 2014-07-29 at 9 27 15 am](https://cloud.githubusercontent.com/assets/873419/3735575/a0c1d604-1725-11e4-9211-2a6f02501f79.png)

Video-js component demo in Chrome 36/ Win 8.1 (on load)
![video_chrome36_open_videopaused](https://cloud.githubusercontent.com/assets/873419/3735758/923d24f6-1727-11e4-9e3f-9b857402b424.png)

Video-js component demo in Chrome 36/ Win 8.1 (video playing)
![video_chrome36_playing_video](https://cloud.githubusercontent.com/assets/873419/3735778/baaffec2-1727-11e4-84df-bdb305fd2b90.png)

It appears that the only real difference between OSX and Win 8.1 is that in Windows the controls toolbar appears. The behavior of the component is identical.

Play/ Pause button: Activating this button toggles the button's text. It also causes the poster image to disappear but does _not_ play/ pause the video

Fullscreen button: Activating this button triggers the full screen behavior but does not play the video

There are no immediately obvious reasons for these problems. Console shows now indications why, all files appear to be loading, etc.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.