Details
Description
The carousel cursor list circles wrap down the page if the carousel has a lot of items
Activity
Migration
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32113 | Mon Nov 12 12:17:06 MST 2012 | judy.guglielmin | MOBI-340 temporary fix for cursor is just to make width large enough for showcase example. Need to do better solution before final release where the cursor div will scroll but still stay centered (could only figure out one or the other...having issue getting both features at same time, so doing quick for this release). |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/resources/themes/base/1_carousel.css
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #32116 | Mon Nov 12 14:07:07 MST 2012 | philip.breau | MOBI-340 - remove carousel cursor list css duped in bb in honeycomb themes, reduce temp width setting to 200px |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/resources/themes/bberry/1_carousel_ext.css
MODIFY /icemobile/trunk/icemobile/resources/themes/honeycomb/1_carousel_ext.css MODIFY /icemobile/trunk/icemobile/resources/themes/base/1_carousel.css |
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | User Philip.breau [ philip.breau ] |
Migration
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
Judy Guglielmin
made changes -
Assignee | Judy Guglielmin [ judy.guglielmin ] | Steve Maryka [ steve.maryka ] |
spent a couple of hours testing this on jsf version of mediacast (small view as large view no longer has this component). I increased the size of the cache in the store to 20 and proceeded to upload several photos.
But...what I did note is that the entire list is being updated each and every time and this is extremely slow and not very performant. We should probably consider a version of this component where only the shared photo can be passed to the javascript object to be added to the list/carousel.
For fun....I did a test using 3G and it was > 20 seconds to update the carousel/list of photos. The carousel sits there blank until the list is loaded again. (we are just re-creating the carousel objects on each update).
The issues for carousel for this Jira though must be jsp-related.