Threaded View
-
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();
Wait! Looks like we don't have enough information to add this to bug database. Please follow this template bug format.


Reply With Quote