Skip to main content

Bug Tracker

Side navigation

#9364 closed bug (invalid)

Opened May 20, 2011 11:22AM UTC

Closed June 04, 2011 07:47AM UTC

bind('ended') Canvas Event didn`t work in JQ 1.6 anymore

Reported by: mg@solariz.de Owned by: mg@solariz.de
Priority: low Milestone: 1.next
Component: event Version: 1.6.1
Keywords: Cc:
Blocked by: Blocking:
Description

Using this to trigger CanvasPlayerEnded(e) function after a HTML5 video ended. In JQ 1.5 everything is fine, in 1.6 it just do not fire.

$('#ivideo').bind('ended',CanvasPlayerEnded, false);

Attachments (0)
Change History (2)

Changed May 20, 2011 02:24PM UTC by timmywil comment:1

component: unfiledevent
owner: → mg@solariz.de
priority: undecidedlow
status: newpending

Thanks for taking the time to contribute to the jQuery project! Please provide a reduced test case on http://jsfiddle.net that reproduces the issue experienced to help us assess your ticket.

Additionally, test against the jQuery (edge) version to ensure the issue still exists.

However, the usage of bind in this ticket is not a valid signature for bind. One can either pass an event handler or false but not both.

Changed June 04, 2011 07:47AM UTC by trac-o-bot comment:2

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!