[webvtt] cues are incorrectly displayed twice
Categories
(Core :: Audio/Video: Playback, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox-esr68 | --- | unaffected |
firefox68 | --- | unaffected |
firefox69 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
(Blocks 1 open bug, Regression, )
Details
(Keywords: regression)
Attachments
(5 files)
Forked from bug 1535005 comment 6, the cues in English track were incorrectly displayed twice, but cues in other tracks won't have this issue.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Refactor these log by using the WebVTT
log module and adding address info in the log.
Assignee | ||
Comment 2•5 years ago
|
||
This log module should be merged into a part of WebVTT
log module because it's useless to check this log module independently.
Assignee | ||
Comment 3•5 years ago
|
||
When we start a new load, all previous data fetching from the previous listener and all state changing applied to track element should be ignored.
Therefore, we add a new method Cancel()
which owner of the listener should call when we would like to discard current listener.
Assignee | ||
Comment 4•5 years ago
|
||
There are several places doing channel or listenr clean up, all these places should do channel and listener clean-up together because they are used as a pair.
Assignee | ||
Comment 5•5 years ago
|
||
In order to simulate the specific running order, we have to add a test event 'mozStartedLoadingTextTrack', which would be controlled under a pref.
This test is used to ensure that we won't get error
event when we change track's mode during loading.
Updated•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/602865e4e969
https://hg.mozilla.org/mozilla-central/rev/da1f4f3f0c5c
https://hg.mozilla.org/mozilla-central/rev/4fa9eb527c78
https://hg.mozilla.org/mozilla-central/rev/1ff85088fbf4
https://hg.mozilla.org/mozilla-central/rev/084252265e0c
Updated•5 years ago
|
Updated•3 years ago
|
Description
•