-
21 Feb 2007 12:02 PM #1
Regions not automatically recollapsing.
Regions not automatically recollapsing.
If I pop out a region in a borderlayout by clicking on the empty area, it doesn't automatically retract, nor does clicking outside the area make it retract. Is this behavior expected in 1.0?
Also, I don't like the way the inactive tabs look on the vista theme, there is nothing distinguishing the end of the tab. It needs at least a border, or more likely an image.
Using the inactive images seems to make it look a lot better.Code:/* old .x-tabs-bottom .x-tabs-strip .x-tabs-right { background:transparent; } .x-tabs-bottom .x-tabs-strip .x-tabs-left { background:transparent; } */ /* new */ .x-tabs-bottom .x-tabs-strip .x-tabs-right { background:transparent url(../images/vista/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right; } .x-tabs-bottom .x-tabs-strip .x-tabs-left { background:transparent url(../images/vista/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left; }
-
21 Feb 2007 12:11 PM #2
Youa re welcome to do that if you want. In Vista black, that's how the tabs are.

-
21 Feb 2007 3:59 PM #3
Can you confirm the bug with the panels autocollapsing though?
Originally Posted by jacksloc
-
21 Feb 2007 4:13 PM #4
Similar Threads
-
Toggle between two regions
By MacPrawn in forum Ext 1.x: Help & DiscussionReplies: 0Last Post: 29 Mar 2007, 3:44 AM -
How to automatically load dialog
By vpizzle in forum Ext 1.x: Help & DiscussionReplies: 4Last Post: 28 Mar 2007, 7:42 PM -
ie and collapsible regions
By jbowman in forum Ext 1.x: BugsReplies: 5Last Post: 12 Nov 2006, 7:19 PM -
Automatically moving to next page?
By Stubbs in forum Ext 1.x: Help & DiscussionReplies: 0Last Post: 9 Nov 2006, 7:33 AM -
Preventing BorderLayout region from automatically sliding
By digerata in forum Community DiscussionReplies: 7Last Post: 6 Nov 2006, 4:39 PM


Reply With Quote