Ticket #2531574 (closed defect)
Reporter Jeff Conniff |
Opened: 12/12/11 Last modified: 05/10/12 Status: closed Type: defect Resolution: fixed |
Owner Luke Smith |
Target Release: 3.5.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Slider with global Night skin on body tag, makes slider rails fat, but rails and thumb are not dark style | ||
| Description: | Is there a way to have this global Night skin change also change the slider images to use one of the "Dark" slider styles? See skins test page |
||
| Type: | defect | Observed in Version: | development master |
| Component: | Slider | Severity: | S3 (normal) |
| Assigned To: | Luke Smith | Target Release: | 3.5.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | skin | Relates To: | |
| Browsers: | N/A | ||
| URL: | /yui3/src/common/tests/manual/skins.html | ||
| Test Information: | |||
Change History
|
Posted: 12/14/11
|
|
Posted: 01/28/12
|
|
Posted: 01/28/12
I pushed a workaround to the skins.html file in the mean time, so I'll call this ticket checkedin. A new ticket should be created to replace thumb <img>s with CSS background images. |
|
Posted: 05/10/12
checkedin -> closed |
Correct me if I'm misunderstanding your request, but you're asking if a change (via click on a button, say) to the classname on the body tag from yui3-skin-sam to yui3-skin-night could result in the thumb images updating?
The thumb and shadow images would need to be applied as CSS background images, which I'm open to doing now that IE 6-7 are fading from significant usage. <img> src, as they are implemented today, can't respond to classname changes. But that's a more significant change; not for 3.5.0.