Hello,

I'm working on a web app in Hebrew and Arabic which are written right-to-left. I have noticed the first column of every grid gets cropped in border layout whenever the region of the gridpanel is defined as "center" (but not only). It happened to me when working with Ext 4 as well.



Code:



layout: 'border', items: [{
xtype : 'companies-grid',
region : 'center',
flex : 3,
collapsible: true,
split : true,


},{
xtype : 'company-form',
flex : 1,
region : 'east',
collapsible: true,
split : true
}]

Thank you