toolbar grows in width on mouse over

Hi,

I’m testing the toolbar component and I’m experiencing some undesirable behavior.

I have a very simple toolbar:

[code]var mytoolbar = new dhtmlXToolbarObject(“div_toolbar”, “dhx_skyblue”);

mytoolbar.setIconsPath(“dhtmlxToolbar/codebase/imgs/”);

var xml = ‘<?xml version="1.0"?>’ +
‘’ +
‘’;

mytoolbar.loadXMLString(xml);

------------------------ HTML---------------------

[/code] The toolbar initializes as expected but the first time I mouse over the button, the toolbar grows in width and becomes too wide (grows to the right side).

How do I prevent this undesirable behavior?

I realize that if I set “overflow: hidden;” on the outer div, the problem disappears, but still this behavior must be a bug?

Hi
In what brouser i can reproduce your issue? (Can’t reproduce to test it)