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 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
|
Posted: 07/22/10
|
|
Posted: 07/22/10
|
|
Posted: 07/23/10
Fixes #2529094 - Added classNameManager support to DDM |
|
Posted: 09/7/10
|
George
Fixes #2529094 - Added classNameManager support to DDM
View Commit: