Open
Bug 1491045
Opened 7 years ago
Updated 3 years ago
Removing active text cue has no effect
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
NEW
People
(Reporter: modmaker, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36
Steps to reproduce:
- Create a TextTrack on a video element.
- Set track to 'showing'
- Add cue
- While cue is being drawn remove cue
Repro: https://storage.googleapis.com/shaka-demo-assets/_bugs/firefox-cue-remove/text.html
(cue should be removed after 1 second)
Actual results:
Cue is still displayed and remains displayed after its old end time.
Expected results:
Cue should be removed and stop being rendered once it is removed.
Updated•7 years ago
|
Component: Untriaged → Audio/Video
Product: Firefox → Core
Comment 1•7 years ago
|
||
The spec is not very specific but it sounds reasonable to remove the displayed test after a removeCue.
Status: UNCONFIRMED → NEW
Component: Audio/Video → Audio/Video: Playback
Ever confirmed: true
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•