Ticket #2528675 (closed defect)
Reporter Eric Ferraiuolo |
Opened: 03/4/10 Last modified: 07/6/11 Status: closed Type: defect Resolution: fixed |
Owner Adam Moore |
Target Release: 3.1.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Synthetic Event "Factory" Signature, Y.Event.define({ /* config */ }), failing | ||
| Description: | Creating a Synthetic Event via the API documented way using the Y.Event.define "factory" doesn't work. Y.Event.define({ type: 'foo', on: function(node, sub, fireEvent){} }); Y.Event.define('foo', { on: function(node, sub, fireEvent){} }); |
||
| Type: | defect | Observed in Version: | 3.1.0 PR1 |
| Component: | Event | Severity: | S3 (normal) |
| Assigned To: | Adam Moore | Target Release: | 3.1.0 |
| Location: | Priority: | P3 (normal) | |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 03/4/10
|
|
Posted: 03/4/10
type passed in config object is actually supported now. Fixes bug #2528675 |
|
Posted: 03/4/10
|
|
Posted: 03/12/10
|
|
Posted: 03/30/10
|
|
Posted: 03/31/10
|
|
Posted: 07/6/11
Y.Event.define({ type: ... }) works againnnFix regression from ticket #2528675 in commitn0e49d19b4de1c15ca77237aeba82108157749594 |
type passed in config object is actually supported now. Fixes bug #2528675
View Commit: