Ticket #2531908 (closed defect)
Reporterpqr |
Opened: 03/18/12 Last modified: 12/12/12 Status: closed Type: defect Resolution: fixed |
Owner Dav Glass |
Target Release: 3.7.0 Priority: P4 (low) |
|---|---|---|---|
| Summary: | Sortable utility - can't drop on empty container space | ||
| Description: | Sortable utility: http://yuilibrary.com/yui/docs/sortable/ Problem: This behavor of Sortable causes bad user experience. Related forum topic: http://yuilibrary.com/forum/viewtopic.php?f=92&t=9628 |
||
| Type: | defect | Observed in Version: | 3.4.1 |
| Component: | Sortable | Severity: | S3 (normal) |
| Assigned To: | Dav Glass | Target Release: | 3.7.0 |
| Location: | Library Code | Priority: | P4 (low) |
| Tags: | Sortable | Relates To: | |
| Browsers: | Firefox - Latest | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 03/18/12
|
|
Posted: 03/19/12
|
|
Posted: 05/11/12
|
|
Posted: 05/15/12
|
|
Posted: 05/15/12
|
|
Posted: 05/15/12
|
|
Posted: 08/1/12
Shipped in 3.6.0. Marking closed/fixed. |
|
Posted: 08/23/12
Hi, Last commit broke Y.Sortable as you can see in the examples : http://yuilibrary.com/yui/docs/sortable/simple-sortable.html (By the way this example is probably wrong, the sortable container should be the ul node instead of the parent div#demo node). Here is a possible fix https://github.com/yui/yui3/pull/228 I updated @pqr example with the patch http://jsfiddle.net/TR5Xv/3/ |
|
Posted: 08/27/12
|
|
Posted: 09/8/12
Fixes #2531908 - Improve new nodes handling Commit 26a21b3d3b6e68589d5de1044bdfd970d64e0770 caused dragged items Nodes only need to be appended on the "drop:enter" event and if they aren't |
|
Posted: 09/10/12
Fixes #2531908 - Improve new nodes handling Commit 26a21b3d3b6e68589d5de1044bdfd970d64e0770 caused dragged items Nodes only need to be appended on the "drop:enter" event and if they aren't |
|
Posted: 09/10/12
Build for #2531908 |
|
Posted: 12/12/12
|
Jenny Donnelly
Fixes #2531908 - Removed limitation on dropping with only one item
View Commit: 26a21b3d3b6e68589d5de1044bdfd970d64e0770