Skip to main content

Bug Tracker

Side navigation

#5675 closed bug (duplicate)

Opened December 18, 2009 12:49PM UTC

Closed November 20, 2010 02:41PM UTC

Last modified November 20, 2010 02:41PM UTC

if a custom live event is triggered using trigger() with an extra argument to pass data it does not pass the data

Reported by: heyow Owned by: brandon
Priority: major Milestone: 1.4
Component: event Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

if a custom live event is triggered using trigger() with an extra argument to pass data it does not pass the data. The second argument passed to the callback function is always the selector to which the event was bound.

See the attached example. The first result is '#test'. The second result is what i expected both to be: it is {key: 'value'}

Attachments (1)
  • test.html (0.6 KB) - added by heyow December 18, 2009 12:49PM UTC.
Change History (3)

Changed December 18, 2009 12:55PM UTC by heyow comment:1

I just found out this bug was closed by #4532, sorry.

Changed November 20, 2010 02:41PM UTC by dmethvin comment:2

resolution: → duplicate
status: newclosed

Changed November 20, 2010 02:41PM UTC by dmethvin comment:3

Duplicate of #4532.