[Webkit-unassigned] [Bug 26482] New: Media element doesn't resume playing after playbackRate set to 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 17 10:00:31 PDT 2009


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

           Summary: Media element doesn't resume playing after playbackRate
                    set to 0
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric.carlson at apple.com


When the playbackRate of a media element that is currently playing is set to 0,
playback stops and "paused" returns false (good so far). Changing the
playbackRate to a non-zero value should resume playback, but it does not.

* STEPS TO REPRODUCE
1. Open the attached example
2. Provide an audio file and change the src attribute on the audio element
3. Start playing your audio sample.
4. Play with the slider to change the playbackRate.
5. Move the slider from positive to negative, passing through zero.
6. Notice that once you've passed through zero, to -1 for example, the element
does not continue playing.  It should!


-- 
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