-
2 Jun 2010 4:09 AM #1
[FIXED-19] Can't put a TabPanel inside a carousel
[FIXED-19] Can't put a TabPanel inside a carousel
Is this planned or a bug?
-
2 Jun 2010 2:20 PM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Haarlem, Netherlands
- Posts
- 1,235
- Vote Rating
- 4
I am not sure if I fixed this since I couldn't reproduce the problem. I have made a lot of recent changes, and a lot of them could have fixed this before I could try it out. I would suggest trying it again after we release a new build later today.
The following example works for me:
Code:Ext.setup({ tabletStartupScreen: 'tablet_startup.png', phoneStartupScreen: 'phone_startup.png', icon: 'icon.png', glossOnIcon: false, onReady: function() { var carousel = new Ext.Carousel({ fullscreen: true, items: [{ xtype: 'tabpanel', items: [{ title: 'Tab 1', html: 'Tab 1' }, { title: 'Tab 2', html: 'Tab 2' }] }, { xtype: 'tabpanel', items: [{ title: 'Tab 1', html: 'Tab 1' }, { title: 'Tab 2', html: 'Tab 2' }] }] }); } });
-
3 Jun 2010 1:54 AM #3
You found a bug! We've classified it as
a bug in our system.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
Similar Threads
-
[FIXED-420][3.1] Bug with FomPanel inside TabPanel
By grigory666 in forum Ext 3.x: BugsReplies: 9Last Post: 14 Jan 2010, 11:44 AM -
Ext.ux.Carousel not displaying properly inside panel
By iwallis in forum Ext: Q&AReplies: 1Last Post: 13 Aug 2009, 7:16 PM -
[OPEN] [FIXED][3.0 Core] Carousel itemSelector
By Condor in forum Ext 3.x: BugsReplies: 2Last Post: 4 Aug 2009, 12:50 PM -
[2.0.2][FIXED] css - TabPanel inside of BorderLayout
By XASD in forum Ext 2.x: BugsReplies: 1Last Post: 13 Mar 2008, 7:40 AM -
Tabpanel seems fixed when inside Portal under IE6
By lessthantristan in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 19 Dec 2007, 10:35 PM


Reply With Quote

