Hi,
I am trying a very simple example from Sencha and having an issue the tab.panel. I am using ExtJs.4.2.0 version and below is the sample code -
Below image is the screenshot of tab rendered in IE8. It renders fine in Chrome.Code:Ext.create('Ext.tab.Panel', { width: 400, height: 400, renderTo: document.body, items: [{ title: 'Foo' }, { title: 'Bar', tabConfig: { title: 'Custom Title', tooltip: 'A button tooltip' } }] });
Any idea why it is rendering this way?
Thanks!
ExttabPanel_in_IE.jpg