Closed
Bug 1298718
Opened 9 years ago
Closed 9 years ago
videoElement loses textTracks after DOM manipulation
Categories
(Core :: Audio/Video: Playback, defect, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 1242594
People
(Reporter: distler, Assigned: bechen)
Details
Attachments
(1 file)
920 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40
Build ID: 20160120191716
Steps to reproduce:
See the testcase.
Actual results:
videoElement.textTracks.length changes from 2 to 0 after DOM manipulation.
Expected results:
Moving the video element should preserve its textTracks.
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Lets mark this as a P1 because it appears to be broken.
Priority: -- → P1
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → bechen
Assignee | ||
Comment 2•9 years ago
|
||
Latest nightly pass the testcase. And I believe I had fix it, bug 1242594.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•