skirtle
29 Oct 2011, 5:25 AM
There's a small (but irritating) problem with the scroller arrow that appears next to tabs when there's insufficient room to show them all. If you scroll to the far right then click the right-most tab the tabs jump to the right. Works fine with 4.0.7.
Ext.create('Ext.tab.Panel', {
height: 200,
renderTo: Ext.getBody(),
width: 300,
items: [
{
title: 'Options'
}, {
title: 'Settings'
}, {
title: 'Basic Search'
}, {
title: 'Advanced Search'
}
]
});
Ext.create('Ext.tab.Panel', {
height: 200,
renderTo: Ext.getBody(),
width: 300,
items: [
{
title: 'Options'
}, {
title: 'Settings'
}, {
title: 'Basic Search'
}, {
title: 'Advanced Search'
}
]
});