VP-140: Clicking on captions should stop/start the video

Metadata

Source
VP-140
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Alexey Novak
Created
2012-03-09T10:22:35.712-0500
Updated
2013-03-01T09:14:04.000-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. captions

Description

A click event should be passed to the video html element when user clicks on the caption area. Right now height of the overlay div is dynamically changed depending on the height of the captions and therefore in the case when there are > 1 row of captions this div overlaps on top of the captions div. Hence all click are captured by the overlay div not allowing them to pass through to the video element.

Comments

  • Anastasia Cheetham commented 2012-10-24T14:36:50.335-0400

    This seems to be resolved now: Clicking directly on a caption block will start and stop the video, regardless of the number of lines in the caption block, the size of the text, etc.