Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 Final
-
Component/s: None
-
Labels:None
-
Environment:ICEmobile
Description
In mobile showcase, if you navigate between the tabs at the top of the page, carousel stops scrolling. Apparently iscroll needs to be refreshed after a DOM update.
fixed as of rev 26750. Also commented out extra calls to create carousel object in renderer as it was causing problems (up to 4 times per view the carousel object was being created.
Found that no js object contains the index for current object. So unless singleSubmit is being used (and the server maintains the state), the index will always refresh to whatever the initial value was set to.