[Webkit-unassigned] [Bug 19305] New: HTML5 <audio>: playback past 'end' position

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 29 05:50:12 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19305

           Summary: HTML5 <audio>: playback past 'end' position
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: walther at svox.com


Unlike with the 'start' attribute, 'end' position setting seems not to work
accurately:
audio playback stops approx. 0.4 seconds later, and 'end' values <= 'start'
still result in audible sound for approx. 0.4 seconds.

Example:

<script>
var audio = new Audio("sample.wav");
audio.start= 0.873;
audio.end = 1.0;
audio.play();
</script>


-- 
Configure bugmail: http://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