[Bug 10672] the media element onplay event is not always called when the user hits the play button

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10672

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch

--- Comment #4 from Ian 'Hixie' Hickson <ian@hixie.ch> 2010-09-29 06:12:50 UTC ---
You don't get a play event when the user hits play while the video is in the
middle and playing, or while the video is in the middle and buffering. All that
play() does when you're ended is seek to the start. You do get events for that
(several of them).

(In reply to comment #2)
> 
> IIf you seek back using the seekbar after the video has ended, do you
> want the video to play or not?

That's a good question. What's the answer?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 29 September 2010 06:12:52 UTC