Bug 107465 - [Track] Active cues are not properly removed
Summary: [Track] Active cues are not properly removed
Status: RESOLVED DUPLICATE of bug 104594
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Victor Carbune
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-21 11:47 PST by Victor Carbune
Modified: 2013-01-24 09:01 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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