Ticket #2529094 (closed defect)

Reporter


Nate Cavanaugh
Opened: 07/22/10
Last modified: 09/7/10
Status: closed
Type: defect
Resolution: fixed

Owner


Dav Glass
Target Release: 3.2.0
Priority: P3 (normal)
Summary: DD hard codes CSS prefix
Description:

The DD module hard codes the CSS prefix to reference "yui3". However, there is already a ClassNameManager module that handles this for the developer so that the prefix can be created based upon a per
sandbox configuration.
We're running into this issue where the css classnames are not configurable for just this module.
So instead of:

CSS_PREFIX: "yui3-dd",

it should be something like:

CSS_PREFIX: Y.ClassNameManager('dd')

There is also a reference to "yui3-dd-shim" as well that should be changed to something like:

var CSS_SHIM = Y.ClassNameManager('dd', 'shim')

Type: defect Observed in Version: development master
Component: DragDrop Severity: S3 (normal)
Assigned To: Dav Glass Target Release: 3.2.0
Location: Library Code Priority: P3 (normal)
Tags: Relates To:
Browsers: N/A
URL:
Test Information:

Change History

Dav Glass

Posted: 07/22/10
  • location changed to Library Code
  • milestone changed to 3.2.0
  • priority changed to P3 (normal)
  • status changed from new to accepted

Dav Glass

Posted: 07/22/10
  • resolution changed to fixed
  • status changed from accepted to checkedin

Fixes #2529094 - Added classNameManager support to DDM
View Commit:

Dav Glass

Posted: 07/23/10

Fixes #2529094 - Added classNameManager support to DDM
View Commit:

George

YUI Developer

Posted: 09/7/10
  • status changed from checkedin to closed