Closed
Bug 1097279
Opened 10 years ago
Closed 10 years ago
HTML5 video tracks without src aren't counted. Lose count after wrap.
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: syxton, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36
Steps to reproduce:
http://jsfiddle.net/afvgpd2d/5/
Actual results:
Test #1: Alert 0
Test #2a: Alert 2
Test #2b: Alert 0
Expected results:
Tests should all Alert 2.
At least part of it is related to: https://bugzilla.mozilla.org/show_bug.cgi?id=861320
Updated•10 years ago
|
Component: Untriaged → Video/Audio
Product: Firefox → Core
Comment 1•10 years ago
|
||
I can confirm that i get the expected results in IE11 and Safari(OSX) but not with Firefox trunk on windows7
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•10 years ago
|
||
Confirmed on Nightly 36.0a1 (2014-11-12) on OS X 10.10.
OS: Windows 7 → All
Hardware: x86 → All
Version: 35 Branch → 36 Branch
Maybe this issue is related with this W3C Test that fails on Firefox:
http://www.w3c-test.org/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html
This error doesn't let use javascript API for change vtt track file when page is loaded
User agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 5•10 years ago
|
||
Re-open if this is still an issue.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•