fecund
7 Mar 2007, 6:37 PM
I'm using a toolbar split button/menu and the triangle is too high when not being used, goes down to proper place on mouseover.
It does the same with the default theme and the vista theme, haven't tried other themes. Screenshots are from firefox with firebug, though it does the same in IE7.
http://img138.imageshack.us/img138/6503/exttoohighvc3.gif
during rollover it's OK
http://img501.imageshack.us/img501/167/extrightbq3.gif
here's how firebug shows the css in rollover:
http://img138.imageshack.us/img138/1959/exthoveringuk0.gif
and plain (with the arrow too high):
http://img138.imageshack.us/img138/7517/extplaindb9.gif
Creating it with:
new Ext.Toolbar.MenuButton(
text : 'Questionnaire',
menu : {items: [ ... etc ... ]},
handler : my_handler,
enableToggle : true,
pressed : false,
toggleGroup : 'navigation');
is this a bug, or have I done something wrong?
It does the same with the default theme and the vista theme, haven't tried other themes. Screenshots are from firefox with firebug, though it does the same in IE7.
http://img138.imageshack.us/img138/6503/exttoohighvc3.gif
during rollover it's OK
http://img501.imageshack.us/img501/167/extrightbq3.gif
here's how firebug shows the css in rollover:
http://img138.imageshack.us/img138/1959/exthoveringuk0.gif
and plain (with the arrow too high):
http://img138.imageshack.us/img138/7517/extplaindb9.gif
Creating it with:
new Ext.Toolbar.MenuButton(
text : 'Questionnaire',
menu : {items: [ ... etc ... ]},
handler : my_handler,
enableToggle : true,
pressed : false,
toggleGroup : 'navigation');
is this a bug, or have I done something wrong?