﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
281	Firefox ToolbarButton bounces on mouse over	George M. Harkin		" = Descriptive summary = 
After creating a FCKToolbarButton with a custom 16x16px image, on mouse over in Firefox 2.0.0.2 the button image bounces. Works fine in IE6/7.

 = Steps to reproduce =
 1. Code:
{{{
// Create the ""CMSContent"" toolbar button.
// FCKToolbarButton( commandName, label, tooltip, style, sourceView, contextSensitive )
var oCMSContentItem = new FCKToolbarButton( 'CMSContent', FCKLang[""CMSContentBtn""], null, null, false, true ); 
oCMSContentItem.IconPath = FCKConfig.PluginsPath + 'CMSContent/cmscontent.gif'; 

// 'CMSContent' is the name that is used in the toolbar config.
FCKToolbarItems.RegisterItem( 'CMSContent', oCMSContentItem );
}}}
 2. Setup the button to load on the menu bar.
 3. Open FCK and mouse over the button. Bounce!

 = Browser name and OS = 
Firefox 2.0.0.2 in Windows / Linux
"	Bug	closed	Normal	FCKeditor 2.4.3	General		fixed	SD-COE	pkdille Jean-Marc Libs Nyloth
