Ticket #2528607 (checkedin defect)
ReporterEduardo Lundgren |
Opened: 02/8/10 Last modified: 02/8/10 Status: checkedin Type: defect Resolution: fixed |
Owner Dav Glass |
Target Release: 3.1.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Drop events not firing when attached to a Drag target | ||
| Description: | Drop events not firing when attached to a Drag target. See test information. |
||
| Type: | defect | Observed in Version: | development master |
| Component: | DragDrop | Severity: | S3 (normal) |
| Assigned To: | Dav Glass | Target Release: | 3.1.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | YUI().use('dd', function(Y) { Y.DD.DDM.set('throttleTime', -1); Y.all('div').each(function(node) { drag.on('drag:start', function() { drag.on('drop:enter', function() { }); |
||
Change History
|
Posted: 02/8/10
|
|
Posted: 02/8/10
|
|
Posted: 02/8/10
Fixes #2528607 - Added bubbleTargets config to dd.target object |


There are no S1's on development master ;)