Closed Bug 866548 Opened 11 years ago Closed 11 years ago

Firefox never receive play events

Categories

(Webmaker Graveyard :: popcorn.js, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: arnaud, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31

Steps to reproduce:

Listen to player events in Firefox 20.0 via the "on" method:
this.player.on("loadstart", function () {...});
this.player.on("loadeddata", function () {...});
this.player.on("seeked", function () {...});


Actual results:

Callback methods are never called (works in Chrome 26 / Safari).


Expected results:

Callback metods should have been called
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.