[Webkit-unassigned] [Bug 45726] New: Crash when binding to <audio> 'play' event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 13 18:42:58 PDT 2010


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

           Summary: Crash when binding to <audio> 'play' event
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alexanderkahn at gmail.com


On the page I'm working on, when I bind a function the the play event of an audio element, the browser crashes. I'm binding to the event using jQuery with the code below:

        $('audio').bind('play', function() {
          alert('started playing');
        });

Attached is the page. It's simple but not all the way reduced.

Maybe this has to do with the fact that the MP3 file I'm playing with my audio tag is a stream as opposed to a file. But that's just a guess.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list