VP-41: Captions are being shown even though videoPlayer set them to OFF in the Mammals demo page

Metadata

Source
VP-41
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Alexey Novak
Reporter
Alexey Novak
Created
2012-03-01T16:16:20.192-0500
Updated
2013-01-28T09:25:21.574-0500
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

How to replicate a bug:

Now

  • Open a Firebug and in a Script tab select VideoPlayer_html5Captionator.js file.
  • Put a breakpoint on line 114. This a line where the component will decide to set the default attribute tag for the <track> which would define if tracks should be shown by default based on the displayCaptions boolean in the model.
  • The page will break 3 times since there are 3 videos and the variable is set properly to false.
  • Now right any of the videos and see that captions are turned OFF.

Comments

  • Antranig Basman commented 2012-03-02T16:41:40.771-0500

    I believe this issue was resolved by commitccc955fe of last night - please verify