1 Attachment(s)
Grey Boxes and Scrollbars in the tabs
When I put certain words in the tabs then either the tab is displayed with a grey box or a scrollbar were the title is supposed to be (see below)
Attachment 40461
Tricks I've found:- changing the word to either be shorter or longer makes the scrollbars go away
- changing the word to any other word (can even be the same length in some cases) will make the grey box go away
Relevant code: (the code to render the first two tabs)
Code:
xtype: 'tabpanel',
border: 0,
activeTab: 0,
items: [
{
xtype: 'panel',
border: 0,
activeItem: 0,
layout: {
type: 'column'
},
title: 'General',
items: [
{ .... }
]
},
{
xtype: 'panel',
border: 0,
activeItem: 0,
layout: {
type: 'column'
},
title: 'Employee',
items: [
{ ... }
]
}
]
Please help! I'm working with a deadline and I can't figure it out!