<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>19305</bug_id>
          
          <creation_ts>2008-05-29 05:50:11 -0700</creation_ts>
          <short_desc>HTML5 &lt;audio&gt;: playback past &apos;end&apos; position</short_desc>
          <delta_ts>2008-05-30 11:49:18 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>525.x (Safari 3.1)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>UNCONFIRMED</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>HasReduction, InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Markus Walther">walther</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>81823</commentid>
    <comment_count>0</comment_count>
    <who name="Markus Walther">walther</who>
    <bug_when>2008-05-29 05:50:11 -0700</bug_when>
    <thetext>Unlike with the &apos;start&apos; attribute, &apos;end&apos; position setting seems not to work accurately:
audio playback stops approx. 0.4 seconds later, and &apos;end&apos; values &lt;= &apos;start&apos; still result in audible sound for approx. 0.4 seconds.

Example:

&lt;script&gt;
var audio = new Audio(&quot;sample.wav&quot;);
audio.start= 0.873;
audio.end = 1.0;
audio.play();
&lt;/script&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>81970</commentid>
    <comment_count>1</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2008-05-30 11:49:17 -0700</bug_when>
    <thetext>&lt;rdar://problem/5975182&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>