Ticket #2530442 (accepted enhancement)

Reporter


inghamn
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.
Without yui3-dd-draggable, you cannot apply CSS styles to the nodes that have been made draggable.

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

Dav Glass

Posted: 06/17/11
  • location changed to Library Code
  • milestone changed to 3.NEXT
  • priority changed to P3 (normal)
  • status changed from new to accepted

Dav Glass

Posted: 04/5/12

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.

Jenny Donnelly

YUI Developer

Posted: 09/19/12
  • milestone changed from 3.NEXT to BACKLOG

Moving from 3.NEXT to BACKLOG.