-
1 May 2011 2:23 PM #1
[OPEN-EXTJSIV-1801][4.0.0] Border Management
[OPEN-EXTJSIV-1801][4.0.0] Border Management
hi team,
i am experiencing trouble with this again. when i set up a basic borderlayout, i can specify border : true or false, working fine. if i use border : '5 0 5 5' the border is still 1px for each side. Tested with center and east regions.
Code:Ext.define('SD.view.Viewport', { extend : 'Ext.container.Viewport', layout : 'border', requires : [ 'Ext.layout.container.Border' ], items : [{ border : '1 5 5 5', region : 'center', title : 'center' }, { collapsible : true, region : 'east', title : 'east', width : 200 }, { bodyPadding : 10, border : false, height : 86, region : 'north', html : '<img src="resources/images/SourceLogoDark.png">' }] });
best regards
tobiu
-
2 May 2011 6:43 AM #2
Same problem here, border values are ignored. As is setting border False on a border layout. The only temp work around I've found is to set a value of -1 i.e. margin: '-1 0 0 0'
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[OPEN-EXTJSIV-1780]Closing a panel of a border layout with large grid ERROR
By jminnick in forum Ext:BugsReplies: 6Last Post: 28 Apr 2011, 6:13 AM -
[OPEN-EXTJSIV-1258][B3] border: false does not apply to Grid Header Row
By eja40 in forum Ext:BugsReplies: 0Last Post: 15 Apr 2011, 8:16 AM -
[OPEN-EXTJSIV-703][B2] Collapsible border layout - no auto collapse on focus lost
By cntx in forum Ext:BugsReplies: 2Last Post: 10 Apr 2011, 5:37 PM -
[OPEN-EXTJSIV-607]Floating of North and South in Border Layout
By rstuart in forum Ext:BugsReplies: 9Last Post: 3 Apr 2011, 8:24 PM -
[OPEN-EXTJSIV-248] Window with Title, Border issue
By MrSparks in forum Ext:BugsReplies: 1Last Post: 30 Mar 2011, 11:15 AM


Reply With Quote