-
25 Oct 2012 7:20 AM #1
Sencha Touch 2.1 RC2 carousel bug
Sencha Touch 2.1 RC2 carousel bug
I have a reproduceable bug with the carousel. Particularly the bug occurs when creating a carousel with no items. Code to reproduce below:
Notice you cannot properly switch between carousel pages.Code:var car = Ext.Viewport.add({xtype: carousel}); car.add({html: 'one'}); car.add({html: 'two'}); car.add({html: 'three'}); car.show();
-
25 Oct 2012 8:09 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,682
- Vote Rating
- 435
Working for me, why are you executing the show method?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Wait! Looks like we don't have enough information to add this to bug database. Please follow this template bug format.


Reply With Quote