Bug 107465

Summary: [Track] Active cues are not properly removed
Product: WebKit Reporter: Victor Carbune <vcarbune>
Component: MediaAssignee: Victor Carbune <vcarbune>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: eric.carlson, inferno, silviapf
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Victor Carbune
Reported 2013-01-21 11:47:43 PST
Active cues should be silently removed (i.e., without event dispatching, because the cue doesn't exist anymore) from m_currentlyActiveCues as well. This also causes an assertion failure in MediaControlTextTrackContainerElement::updateDisplay() ASSERTION FAILED: cue->isActive() Easily reproducible by calling textTrack.removeCue(textTrack.activeCues[0])
Attachments
Abhishek Arya
Comment 1 2013-01-24 09:01:22 PST
*** This bug has been marked as a duplicate of bug 104594 ***
Abhishek Arya
Comment 2 2013-01-24 09:01:57 PST
Thanks Victor, can you please upload your patch in bug 104594
Note You need to log in before you can comment on or make changes to this bug.