[Webkit-unassigned] [Bug 26405] New: play/pause events are not fired when dragging the scrubber on HTML5 media elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 15 08:31:46 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26405

           Summary: play/pause events are not fired when dragging the
                    scrubber on HTML5 media elements
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Reindeer
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mike at silverorange.com


The HTML5 spec says in section 4.8.10.11:

"Where possible (specifically, for starting, stopping, pausing, and unpausing
playback, for muting or changing the volume of the audio, and for seeking),
user interface features exposed by the user agent must be implemented in terms
of the DOM API described above, so that, e.g., all the same events fire."

When you click the scrubber to seek media in Safari, the media pauses but no
'pause' event is fired. When you release the scrubber, the media plays but no
'play' event fires.

Mozilla Firefox fires both these events.

Test case at http://labs.silverorange.com/files/html5-media-events/index.xhtml


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list