-
31 Mar 2011 3:15 AM #1
[FIXED-EXTJSIV-561][Beta 1] TabPanel Items [ null ] when items empty
[FIXED-EXTJSIV-561][Beta 1] TabPanel Items [ null ] when items empty
When TabPanel items is empty items gets set to items: [ null ], causing a null to be passed to isValidParent in Ext.layout.container.AbstractCard.
Error in FireBug:
item is null
[Break On This Error] var itemEl = item.el ? item.el.dom : Ext.getDom(item);
To work around this bug, put something in the tabpanel to begin with. If you remove all of the tabs from the tabpanel you'll get the same error.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-EXTJSIV-445] Ext.draw.Component: Render Items Config not rendered right
By Nickname in forum Ext:BugsReplies: 5Last Post: 29 Mar 2011, 8:45 AM -
[CLOSED][3.x/2.3.0]TabPanel not rendering to DIV after removeAll / if items empty
By LeslieM in forum Ext 3.x: BugsReplies: 6Last Post: 9 Feb 2010, 6:49 PM -
TabPanel not rendering to DIV after removeAll or if initial items empty
By LeslieM in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 2 Feb 2010, 9:41 PM -
[FIXED][2.x,3.x] Empty items array
By Condor in forum Ext 3.x: BugsReplies: 9Last Post: 4 Sep 2009, 3:58 AM


Reply With Quote