-
16 Sep 2010 12:58 AM #1
[FNR] BorderLayout presentation inconsistency
[FNR] BorderLayout presentation inconsistency
This is viewable in your explorer demo too.
When collapsing a west or east panel the panel's header remains in 'glossy' mode.
When collapsing a north or south panel the header is 'flat'.
When the north and south panels are in this flat mode, the button alignment is also wrong and collapse button no longer sits in the middle.
It looks poor but does not affect functionality
BOb
-
16 Sep 2010 1:11 AM #2
There is no real header anymore if you collapse. I dont know if we should change this, as it has this design for a very long time. What do other think?When collapsing a west or east panel the panel's header remains in 'glossy' mode. When collapsing a north or south panel the header is 'flat'.
-
20 Sep 2010 11:49 PM #3
Given that no one else has replied, could you make a decision as to whether you will fix it or not. In my view, just because it has been wrong for ages, that in it's self is not a reason to ignore it.
I have looked at the code and I can see that you are swapping out the panel that has the content and replacing it it with the empty panel. Could you not (turn off scrollng and) just set the size of the panel to the height of the header ?
BOb
-
21 Sep 2010 1:10 AM #4
It is, because it would change every single application in an inacceptabel way for a minor version update. Also it is not wrong. It was designed to look this "flat" way.In my view, just because it has been wrong for ages, that in it's self is not a reason to ignore it.
We cannot do this change directly in GXT. First version we can look at it is GXT3.
Take a look at the CollapsePanel class. In onRender we remove the background image for north and south. You will need to show it again.
I am fixing the alignmenet directly in GXT.
-
22 Sep 2010 4:17 AM #5
This is fixed in SVN now as of revision 2240I am fixing the alignmenet directly in GXT.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FNR-9][2.1.1] BorderLayout bug
By micgala in forum Ext GWT: Bugs (2.x)Replies: 4Last Post: 3 Mar 2010, 6:06 AM -
[FNR] When collaping panel in 2.0.1 GXT BorderLayout null shown in title for north
By srichardson in forum Ext GWT: Bugs (2.x)Replies: 2Last Post: 6 Oct 2009, 12:28 AM -
lightbox presentation
By italoc in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 10 Sep 2009, 2:18 AM -
[FNR] [1.2.4] BorderLayout breaks on re-add
By Cputerace in forum Ext GWT: Bugs (1.x)Replies: 8Last Post: 19 May 2009, 12:51 PM -
A question about your presentation
By kary4th in forum Ext.nd for Notes/DominoReplies: 2Last Post: 30 Jan 2008, 9:39 AM


Reply With Quote