Metadata
- Source
- VP-131
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Cannot Reproduce
- Assignee
- N/A
- Reporter
- Cindy Li
- Created
2012-03-09T13:03:18.876-0500 - Updated
2013-01-28T09:25:23.619-0500 - Versions
- N/A
- Fixed Versions
- N/A
- Component
- N/A
Description
1. Run "videoPlayer/tests/html/VideoPlayerControls-test.html" in Chrome, javascript error "INVALID_STATE_ERR: DOM Exception 11" is thrown on the screen at "Video Player Controls Tests: Fullscreen button", test #8.
2. Commenting out the call on webkitEnterFullScreen() in VideoPlayer_controllers.js gets rid of the on-screen error but the same error still shows up in the chrome debugger console.
Comments
-
Alexey Novak commented
2012-08-24T13:13:21.007-0400 IMPORTANT !!!
To avoid confusion - there are 2 problems are going on in Chrome in videoPlayer/tests/html/VideoPlayerControls-test.html1. Tests fail for test #8 and for this the pull request was issued ttps://github.com/fluid-project/videoPlayer/pull/45
2. The issue Cindy observing javascript error "INVALID_STATE_ERR: DOM Exception 11" is NOT related to Video Player Controls Tests: Fullscreen button" and is NOT related to webkitEnterFullScreen(). This javascript console error is present even if you remove all tests and leave only a Play Button test.