Ticket #2530442 (accepted enhancement)
Reporteringhamn |
Opened: 06/17/11 Last modified: 09/19/12 Status: accepted Type: enhancement |
Owner Dav Glass |
Target Release: BACKLOG Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Delegate creation should add yui3-dd-draggable class to nodes | ||
| Description: | When doing delegate dragging, the nodes that are draggable do not receive the yui3-dd-draggable class. The workaround I'm doing now is applying the style manually using a nodeList after I create the delegate. It would be nice if delegate dragging applied the style, though, making it consistent with the regular DD. |
||
| Type: | enhancement | Observed in Version: | 3.3.0 |
| Component: | DragDrop | Severity: | S4 (low) |
| Assigned To: | Dav Glass | Target Release: | BACKLOG |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | css, style | Relates To: | |
| Browsers: | Firefox 4.x | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 06/17/11
|
|
Posted: 04/5/12
|
|
Posted: 09/19/12
Moving from 3.NEXT to BACKLOG. |
Jenny Donnelly
Developer Note: It does add the class, but it only does it when the node is selected for dragging. Delegate needs to be updated with a method to sync too since it needs to add that class to nodes that get dynamically added to the list too.