VP-26: Unit tests for video player and video player controller fail on IE7 & 8

Metadata

Source
VP-26
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Cindy Li
Created
2012-02-16T10:25:23.657-0500
Updated
2013-02-27T10:10:22.621-0500
Versions
  1. 0.1
Fixed Versions
N/A
Component
  1. controls
  2. core

Description

The test scripts that have some unit tests passing in html5 browsers (firefox 10 and IE 9) but failing with non-html5 browsers (IE7 & 8)

tests/html/VideoPlayer-test.html
tests/html/VideoPlayerControls-test.html

Environments

IE7, 8

Comments

  • Jonathan Hung commented 2013-01-21T13:31:34.604-0500

    The Controls unit test passes in IE8 now.
    IE7 no longer supported for video player.

    VideoPlayer-test.html fails in other browsers, so I don't think this Jira is relevant anymore.

  • Justin Obara commented 2013-02-27T10:10:22.599-0500

    The controls tests are fixed. The tests that are failing for the vp tests now are ones that only should be run in HTML5 compliant browsers. We need a strategy for selectively not running these when they can never pass.