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   

Description Victor Carbune 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])
Comment 1 Abhishek Arya 2013-01-24 09:01:22 PST

*** This bug has been marked as a duplicate of bug 104594 ***
Comment 2 Abhishek Arya 2013-01-24 09:01:57 PST
Thanks Victor, can you please upload your patch in bug 104594