Ticket #2530563 (closed defect)
Reporter Jenny Donnelly |
Opened: 07/23/11 Last modified: 08/18/11 Status: closed Type: defect Resolution: fixed |
Owner Dav Glass |
Target Release: 3.4.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Slider one-off skins not being loaded | ||
| Description: | Slider has one-off skins, like sam-dark and capsule that are being built into /build/slider-base/assets/skins/. The following code does not load these skin files: YUI({ 'capsule', // You only need to include one skin 'audio-light', Test pages: |
||
| Type: | defect | Observed in Version: | development master |
| Component: | Loader | Severity: | S3 (normal) |
| Assigned To: | Dav Glass | Target Release: | 3.4.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 07/25/11
|
|
Posted: 07/25/11
|
|
Posted: 07/25/11
Ticket copied to: http://yuilibrary.com/projects/yui3/ticket/2530565 |
|
Posted: 07/25/11
|
|
Posted: 07/25/11
Specifying YUI({skin: { works as expected. However, keeping "overrides" to "slider" and copying the skin files to a "/build/slider" directory does *not* work. Wondering what else is required to make this work, since the "/build/slider" directory is now a totally one-off special case directory. |
|
Posted: 07/25/11
Back to you Dav :-) |
|
Posted: 07/26/11
|
|
Posted: 07/26/11
Fixes #2530563 - Fixed alias skin overrides |
|
Posted: 08/18/11
|
For 3.4.0, we'll copy the skin files to the "slider" build directory. After 3.4.0, we'll resolve how these override skin files get built and loaded: I will open a separate ticket to track that issue.