#281 closed Bug (fixed)
Firefox ToolbarButton bounces on mouse over
Reported by: | George M. Harkin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.4.3 |
Component: | General | Version: | |
Keywords: | SD-COE | Cc: | pkdille, Jean-Marc Libs, Nyloth |
Description
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
- 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 );
- Setup the button to load on the menu bar.
- Open FCK and mouse over the button. Bounce!
Browser name and OS
Firefox 2.0.0.2 in Windows / Linux
Attachments (3)
Change History (9)
Changed 18 years ago by
Attachment: | mouse_over.jpg added |
---|
comment:1 Changed 18 years ago by
Only seems to do it on Firefox with the Office 2003 style.
Default style works great.
comment:2 Changed 18 years ago by
Milestone: | → FCKeditor 2.4.3 |
---|
comment:3 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [344].
Click here for more info about our SVN system.
comment:4 Changed 18 years ago by
Cc: | Pascal.KUSTNER@… added |
---|---|
Keywords: | SD-COE added |
comment:5 Changed 18 years ago by
Cc: | jean-marc.libs@… patrice.weber@… added |
---|
comment:6 Changed 18 years ago by
Cc: | pkdille Jean-Marc Libs Nyloth added; Pascal.KUSTNER@… jean-marc.libs@… patrice.weber@… removed |
---|
With the mouse over the button