Ticket #2529871 (accepted enhancement)

Reporter


Greg Hinch
Opened: 01/25/11
Last modified: 04/28/11
Status: accepted
Type: enhancement

Owner


Luke Smith
Target Release: FUTURE
Priority:
Summary: Custom event monitoring doesn't work with broadcast
Description:

I want to create a custom event in my class, publish it to the sandbox level with broadcast = 1, and use monitor() to find out if listeners attach to it. Currently when I set the monitor for that, it
only gets fired when an object subscribes directly on the publisher, ie: myObj.on('foo'). Subscribing via Y.on('myCls:foo') does not trigger the attach handler. That seems to go against the fact that
when fired would it trigger both.

Type: enhancement Observed in Version: 3.3.0
Component: Event Severity: S3 (normal)
Assigned To: Luke Smith Target Release: FUTURE
Location: Priority:
Tags: Relates To:
Browsers: N/A
URL: http://jsfiddle.net/Js8MK/1/
Test Information:

Change History

George

YUI Developer

Posted: 04/20/11

Luke Smith

YUI Contributor

Posted: 04/28/11
  • milestone changed to FUTURE
  • status changed from assigned to accepted

Bug scrub. Moving into FUTURE bucket for now. Will pull into appropriate post-3.4.0 target release.