<?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>136404</bug_id>
          
          <creation_ts>2014-08-29 23:29:18 -0700</creation_ts>
          <short_desc>cue change event is not raised on track elements &amp; objects</short_desc>
          <delta_ts>2014-08-29 23:51:12 -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>Media</component>
          <version>525.x (Safari 3.2)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Silvia Pfeiffer">silviapf</reporter>
          <assigned_to name="Eric Carlson">eric.carlson</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1032343</commentid>
    <comment_count>0</comment_count>
    <who name="Silvia Pfeiffer">silviapf</who>
    <bug_when>2014-08-29 23:29:18 -0700</bug_when>
    <thetext>Example: http://html5videoguide.net/NEW/CH4/code_c4_8.html

Works in Chrome 36.

Spec: http://www.w3.org/html/wg/drafts/html/master/embedded-content.html#event-media-cuechange

The cuechange event should be raised both on the TextTrack object and the HTMLTrackElement when a cue becomes active according to the spec. Neither is happening in Safari.

(Try replacing
        tracks[i].oncuechange = cuechange;
with
        tracks[i].track.oncuechange = cue change;

to check if it&apos;s happening on the TextTrack object.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1032344</commentid>
    <comment_count>1</comment_count>
    <who name="Silvia Pfeiffer">silviapf</who>
    <bug_when>2014-08-29 23:51:12 -0700</bug_when>
    <thetext>Sorry, moved the example to http://html5videoguide.net/NEW/CH4/code_c4_9.html</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>