Bug 19305

Summary: HTML5 <audio>: playback past 'end' position
Product: WebKit Reporter: Markus Walther <walther>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal Keywords: HasReduction, InRadar
Priority: P2    
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: Windows XP   

Markus Walther
Reported 2008-05-29 05:50:11 PDT
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>
Attachments
Mark Rowe (bdash)
Comment 1 2008-05-30 11:49:17 PDT
Note You need to log in before you can comment on or make changes to this bug.