Bug 107465
Summary: | [Track] Active cues are not properly removed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Victor Carbune <vcarbune> |
Component: | Media | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Abhishek Arya
*** This bug has been marked as a duplicate of bug 104594 ***
Abhishek Arya
Thanks Victor, can you please upload your patch in bug 104594