-
19 Aug 2010 7:16 PM #1
[DEFER-1223] Nested layouts don't render inner layout if not initially visible
[DEFER-1223] Nested layouts don't render inner layout if not initially visible
A panel with border layout contains a panel with form layout which contains a panel with vbox layout which contains a button.
The border layout panel is configured such that the form layout panel is initially collapsed.
Therefore, the button will not be rendered.
If the panel with form layout is initially expanded everything works fine.
This has been seen in 3.2.1.
The JSON was generated with Ext Designer.
I have found two previous forum entries/bug reports that may or may not refer to that same issue:Code:{ xtype: 'viewport', width: 406, layout: 'border', items: [ { xtype: 'panel', region: 'north', layout: 'form', height: 55, collapsed: true, // <-- set it to false and it works items: [ { xtype: 'panel', layout: 'vbox', height: 50, items: [ { xtype: 'button', text: 'cannot be seen', flex: 1 } ] } ] }, { xtype: 'panel', region: 'center' } ] }- http://www.sencha.com/forum/showthre...nested+layouts
- http://www.sencha.com/forum/showthread.php?71675-Accordion-layouts-should-offer-deferredRender-option&highlight=nested+layouts
I was hoping a slight modification of the API documentation page would reproduce that same effect, but that page uses existing markup and "converts" it to Ext controls. Unfortunately, this is not possible in my case.
Cheers,
-Marc
- http://www.sencha.com/forum/showthre...nested+layouts
-
23 Aug 2010 8:28 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,653
- Vote Rating
- 14
This is a current limitation that we are addressing in the next release.
-
23 Aug 2010 1:46 PM #3
Okay, thanks for your reply.
I'll keep my eyes peeled.
-
12 Oct 2010 2:27 PM #4
same in ext-3.3.0
same in ext-3.3.0
I just tested it with ext-3.3.0, and the problem still occurs.
EDIT: The problem occurs in Chrome, but not in IE8.Last edited by marc.spoor; 12 Oct 2010 at 2:31 PM. Reason: typo
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[CLOSED] nested forms don't render in FF and IE, but the do in Chrome
By santo in forum Ext 3.x: BugsReplies: 5Last Post: 30 Jun 2010, 11:53 PM -
[Fixed] Layout Problem->Nested border layouts: IE8
By zhegwood in forum Ext 3.x: Help & DiscussionReplies: 7Last Post: 11 Mar 2010, 1:04 PM -
[UNKNOWN][3.1]Items don't render in window w. fit layout and TabPanel w. table layout
By canxss in forum Ext 3.x: BugsReplies: 4Last Post: 26 Dec 2009, 8:43 AM -
[SOLVED]Accordion layout nested in other layouts issue
By ThomasGra in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 5 Aug 2009, 1:34 AM -
Layout/Nested Layouts Best Practices?
By leathekd in forum Ext 1.x: Help & DiscussionReplies: 2Last Post: 2 Jan 2007, 10:26 AM


Reply With Quote