Open Bug 891990 Opened 11 years ago Updated 2 years ago

Video error event fired but there is no error on the video

Categories

(Core :: Audio/Video: Playback, defect)

22 Branch
x86
Windows 7
defect

Tracking

()

UNCONFIRMED

People

(Reporter: me, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/536.30.1 (KHTML, like Gecko) Version/6.0.5 Safari/536.30.1

Steps to reproduce:

1. Go to http://player.vimeo.com/video/30002000
2. Press ctrl-shift-k to open the console
2. Type `document.querySelector('video').addEventListener('error', function(event) { console.error('error:', event.target.error) }, false);` into the console and press enter
3. Press the play button on the player


Actual results:

event.target.error will be logged to the console, and the value is null


Expected results:

event.target.error should not be null
OS: Mac OS X → Windows 7
Component: Untriaged → DOM
Product: Firefox → Core
Component: DOM → Video/Audio
Component: Audio/Video → Audio/Video: Playback
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.