VedvratSharma
13 Apr 2012, 3:25 AM
Hi,
I have used tabpanel and there is gap observed in case of IE8 browser as shown by the blue arrow.
The gap is not observed incase of FF & Chrome.
Screenshot:
33983
Code to create the tabs:
var tabs1 = Ext.createWidget('tabpanel', {
renderTo: "contentTab00",
activeTab: 0,
height: 295,
plain: true,
border:0,
defaults :{
autoScroll: true,
bodyPadding: 10
},
items: [{
title: 'Overview',
contentEl: 'script'
},{
title: 'Other Details',
contentEl: 'markup'
}
]
});
I did a research for the way the component gets rendered in IE8 and found that the third <tr> tag where the bottom portion containing images should be present is not available in IE8.
Please suggest a way to fix the gaps in IE8.
Thanks in advance.
I have used tabpanel and there is gap observed in case of IE8 browser as shown by the blue arrow.
The gap is not observed incase of FF & Chrome.
Screenshot:
33983
Code to create the tabs:
var tabs1 = Ext.createWidget('tabpanel', {
renderTo: "contentTab00",
activeTab: 0,
height: 295,
plain: true,
border:0,
defaults :{
autoScroll: true,
bodyPadding: 10
},
items: [{
title: 'Overview',
contentEl: 'script'
},{
title: 'Other Details',
contentEl: 'markup'
}
]
});
I did a research for the way the component gets rendered in IE8 and found that the third <tr> tag where the bottom portion containing images should be present is not available in IE8.
Please suggest a way to fix the gaps in IE8.
Thanks in advance.