[webvtt] html5 video captions doesn't disappear after seeking back to a position with an other caption
Categories
(Core :: Audio/Video: Playback, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | verified |
People
(Reporter: zeusex81, Assigned: alwu)
References
Details
Attachments
(4 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0
Steps to reproduce:
- play video http://iandevlin.github.io/mdn/video-player-with-captions/
- seek to a position ahead from the [Test] of the start until you reach another subtitle
- seek back to the start while the other subtitle is being displayed
Actual results:
Captions stack instead of replacing.
Expected results:
The bug is not present in Firefox stable 65.
Updated•7 years ago
|
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
The issue in comment0 has no longer occur, but now I have found a similar issue on this site [1]. The caption didn't disappear after seeking.
[1] https://alastor0325.github.io/htmltests/webvtt/webvtt_scaled_video.html
| Assignee | ||
Comment 2•6 years ago
|
||
mLastTimeMarchesOnCalled is used to record last time we run TimeMarchOn(), so there is no need to upate it on DidSeek().
| Assignee | ||
Comment 3•6 years ago
|
||
Comment 5•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/2885da69f0f3
https://hg.mozilla.org/mozilla-central/rev/f188012d248d
Updated•6 years ago
|
Comment 6•6 years ago
•
|
||
Hi,
Reproduced the issue using Firefox 67.0a1 (20190313215409) on Windows 10.
The issue is verified using Firefox 68.0b13 (20190624133534) and Firefox 69.0a1 (20190626215508) on Windows 10 and Mac OS 10.14.
In latest nightly 69.0a1 (20190626215508) is another problem now, subtitle is displayed twice(see attachment below).
The issue occurs just with english subtitle.
Nightly 69.0a1 Build ID: 20190525093913 is first known bad build.
Pushlog: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=5d3e1ea7769357bce7297b83be3863034bcf656e&tochange=edbf8267dd4f5a786ae660ff9e2fe890cf74c48e
@Alastor Wu, should I log a new bug for this or do you know something related to this issue?
Thanks.
Comment 7•6 years ago
|
||
| Assignee | ||
Comment 8•6 years ago
|
||
Thank you for this finding, I've filed bug1562021 for it.
Description
•