Tangerine
Tangerine copied to clipboard
Recorded Video appears to be lost to the user, if section is changed (but it is not)
To reproduce: Have a section with video capture included Record a video Go back by clicking the back button Now go next, to come back to the video recording section Even if the video is required, it is now cleared (you cannot replay it) and you can proceed to the next page The video is actually pushed to the server upon sync but to the user it no longer shows. This may trigger a behavior to recapture the video.
The video blob is actually lost in the capture object but since it was recoded on the file system it is preserved When recording video: document.querySelector('tangy-video-capture').recordedBlobs.length is 1 going back and then coming to the same section with the video document.querySelector('tangy-video-capture').recordedBlobs.length = 0