Threaded View
-
17 Dec 2012 11:04 AM #11
That's an overnest in a layoutless panel.Code:var tab = main_tab.add({ items: [{ xtype: content }] })
Read your code carefully.
You are adding to "main_tab" a Panel with no configuration except that it has one child: a component of xtype: content.
That Panel will not lay out its children!
The API documentation hammers this message into the reader!Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
You found a bug! We've classified it as
EXTJSIV-8037
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote