addyosmani / addyosmani/video-js
Video component not working in Chrome 36, OSX & Win
- Ngôn ngữ chính
- CSS
- Star
- 39
- Fork
- 3
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.

Video-js component demo in Chrome 36/ Win 8.1 (on load)

Video-js component demo in Chrome 36/ Win 8.1 (video playing)

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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.