-
5 Aug 2010 5:03 PM #1
BorderLayout floating region not resized (still persist!)
BorderLayout floating region not resized (still persist!)
According to this post this resize issue was resolve.
Could you please tell us in which version was fixed, we using 3.2.1 but the issue persist, also applying Condor's override not fix the issue.
Thanks!
Juvs
-
6 Aug 2010 5:33 AM #2
Please post an example with code for bugreport according to rules.
-
6 Aug 2010 5:42 AM #3Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 43
Standard BorderLayout example:
- Collapse west region.
- Collapse sourth region.
- Float (slide-in) west region.
- West region has wrong size.
This is caused by the fact that the layout still thinks the west region is collapsed, so it doesn't do a layout.
My patch solved this adding an extra isSlid property to a panel and changes onLayout to also do a layout if the panel is collapsed, but has isSlid set.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[CLOSED]BorderLayout Region not Resized
By uptodate in forum Ext 3.x: BugsReplies: 1Last Post: 7 Jul 2010, 1:51 AM -
[CLOSED][2.x/3.x] BorderLayout floating region not resized
By SimonDeNooij in forum Ext 3.x: BugsReplies: 18Last Post: 5 Mar 2010, 10:11 AM -
[CLOSED] Region cannot be resized in a BorderLayout'd container
By sdc in forum Ext GWT: Bugs (1.x)Replies: 11Last Post: 19 Aug 2008, 6:26 AM -
moving contentPanel from center borderlayout region to west borderlayout region
By qwerty_qwerty in forum Ext GWT: Help & Discussion (1.x)Replies: 0Last Post: 29 May 2008, 10:27 AM -
how to get region size when window is resized!
By hahaEr2003 in forum Ext 1.x: Help & DiscussionReplies: 0Last Post: 1 Apr 2007, 6:27 PM


Reply With Quote