Ticket #2529881 (assigned enhancement)
Reporterbzbugs |
Opened: 06/2/09 Last modified: 01/26/11 Status: assigned Type: enhancement |
Owner Gopal Venkatesan |
Target Release: Priority: P4 (low) |
|---|---|---|---|
| Summary: | [bz 2572879] Carousel LIs do not share a class, also one of the Carousel's CSS rule refers to LI instead of referencing a (generic) item | ||
| Description: | The only way to style a carousel's item/LI is by accessing the html node directly: .myCarousel li { But if each carousel item contains more LIs, then all LIs end up having a width of 644px. Trying... .myCarousel li.yui-carousel-item-selected{ ...messes up the width calibration of the carousel. One solution is to add a wrapper and then access the node... .myCarousel .spotlight .anyWrapper li { Still my concerns are: Maybe add one class to all item/LIs? Also notice I have to override styles being applied to all LIs inside a carousel to just to get default behavior each time I want to add a list to my carousel. Here's another default style I had to .myCarousel .spotlight .anyWrapper li { So there's a user convenience as well as a default behavior factor. |
||
| Type: | enhancement | Observed in Version: | |
| Component: | None | Severity: | S3 (normal) |
| Assigned To: | Gopal Venkatesan | Target Release: | |
| Location: | Library Code | Priority: | P4 (low) |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 06/2/09
|
|
Posted: 06/4/09
|
|
Posted: 08/5/09
|
|
Posted: 01/7/11
|
|
Posted: 01/26/11
Ticket moved from: http://yuilibrary.com/projects/yui2/ticket/2528045 |
deferring from 2.8 per bug review with Gopal