-
28 Feb 2011 10:04 AM #1
[CLOSED]defaultAnchor has no effect on collapsed items
[CLOSED]defaultAnchor has no effect on collapsed items
Create a panel with anchor layout, docs say defaultAnchor is set to '100%' by default, which sets all children to anchor: '100%' by default. This does not seem to be the case with collapsed children.
If you do not explicitly set anchor: '100%', the collapsed items will not be set to full width on initial load.
Code:Ext.create('widget.panel', { layout: 'anchor', title: 'Test anchor', defaults: { // anchor: '100%', collapsible: true, collapsed: true }, items: [ { title: 'Testing' }, { title: 'Testing' }, { title: 'Testing' }, { title: 'Testing' } ] });
-
28 Feb 2011 11:30 AM #2
Accordion layout will support multiple expanded Panels at once in future. This probably won't make it into PR3, but PR4.
But I tried your example locally (My code might have more bugfixes than the release you are on) and I got

So it looks like you'll be OK in PR3.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
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[2.0b1][CLOSED] gridPanel stripeRows - no effect
By slobo in forum Ext 2.x: BugsReplies: 7Last Post: 12 Aug 2011, 6:52 AM -
[DUPE-770]VBoxLayout collapsed items
By julian_calaby in forum Ext 3.x: BugsReplies: 3Last Post: 9 Jun 2010, 10:20 PM -
[CLOSED][3.0.0] textArea - preventScrollbars has no effect
By dolittle in forum Ext 3.x: BugsReplies: 2Last Post: 19 Jul 2009, 10:07 PM -
[2.1][CLOSED] removeMask Ext.LoadMask has no effect
By JamesC in forum Ext 2.x: BugsReplies: 2Last Post: 23 May 2008, 1:02 PM -
"titleCollapse:false" has no effect when collapsed?
By cb2star in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 14 Mar 2008, 6:32 AM


Reply With Quote