tfjjones
17 Nov 2011, 4:30 PM
REQUIRED INFORMATION Ext version tested:
Sencha Touch 2.0 PR2
Browser versions tested against:
Not Applicable
DOCTYPE tested against:
Not Applicable
Description:
Currently Ext.Carousel has the following functions:
getActiveItem
setActiveItem
getActiveIndex
There is no setActiveIndex to match the getter. This makes navigating by index more hassle than it needs to be.
Steps to reproduce the problem:
Try and call setActiveIndex( int ) on an Ext.Carousel
The result that was expected:
Carousel switches to the item at index int
The result that occurs instead:
Error because no such function exists
Test Case:
Not Applicable
HELPFUL INFORMATION Screenshot or Video:
Not Applicable
Debugging already done:
Not Applicable
Possible fix:
Add a setActiveIndex function to Ext.Carousel
Additional CSS used:
Not Applicable
Operating System:
Not Applicable
Sencha Touch 2.0 PR2
Browser versions tested against:
Not Applicable
DOCTYPE tested against:
Not Applicable
Description:
Currently Ext.Carousel has the following functions:
getActiveItem
setActiveItem
getActiveIndex
There is no setActiveIndex to match the getter. This makes navigating by index more hassle than it needs to be.
Steps to reproduce the problem:
Try and call setActiveIndex( int ) on an Ext.Carousel
The result that was expected:
Carousel switches to the item at index int
The result that occurs instead:
Error because no such function exists
Test Case:
Not Applicable
HELPFUL INFORMATION Screenshot or Video:
Not Applicable
Debugging already done:
Not Applicable
Possible fix:
Add a setActiveIndex function to Ext.Carousel
Additional CSS used:
Not Applicable
Operating System:
Not Applicable