pinidbest
21 Jul 2012, 10:32 PM
Hi I have a menu with 2 items
Only on IE 7 I have problems with the menu. The rows are 2 high and there is a scorller in this menu.
Here is the menu code:
var menuForSplitButton = Ext.create('Ext.menu.Menu', {
id: "SA_Search_Menu",
width: 120,
height: 60,
maxWidth: 120,
minWidth: 120,
items: [
{
text: 'Find',
iconCls: 'iconFind',
handler: findButtonClickedDelegate,
scope: this
},
{
text: 'Find within',
iconCls: 'iconFindWithin',
handler: findNewButtonClickedDelegate,
scope: this
} ] });
And here is the result in IE 7 (All other browsers looks great)
Only on IE 7 I have problems with the menu. The rows are 2 high and there is a scorller in this menu.
Here is the menu code:
var menuForSplitButton = Ext.create('Ext.menu.Menu', {
id: "SA_Search_Menu",
width: 120,
height: 60,
maxWidth: 120,
minWidth: 120,
items: [
{
text: 'Find',
iconCls: 'iconFind',
handler: findButtonClickedDelegate,
scope: this
},
{
text: 'Find within',
iconCls: 'iconFindWithin',
handler: findNewButtonClickedDelegate,
scope: this
} ] });
And here is the result in IE 7 (All other browsers looks great)