Bug 103265
| Summary: | INVALID_STATE_ERR error upon calling .addCue() twice for the same cue on the same TextTrack | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | eric.carlson, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://w3c-test.org/html/tests/submission/Opera/media/interfaces/TextTrack/addCue.html | ||
Antoine Quint
We fail the second test on the Opera-submitted test at http://w3c-test.org/html/tests/submission/Opera/media/interfaces/TextTrack/addCue.html. The test fails because we add the same cue twice to the same TextTrack using .addCue(). The first time it works, the second time we get an INVALID_STATE_ERR exception thrown. This is a bug on our part.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
<rdar://problem/12756209>
Antoine Quint
Fixing https://bugs.webkit.org/show_bug.cgi?id=103264 fixes this issue too.
*** This bug has been marked as a duplicate of bug 103264 ***