Ticket #281 (closed Bug: fixed)

Opened 18 months ago

Last modified 14 months ago

Firefox ToolbarButton bounces on mouse over

Reported by: harking Owned by:
Priority: Normal Milestone: FCKeditor 2.4.3
Component: General Version:
Keywords: SD-COE Cc: pkdille, Jyhem, 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

  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

Attachments

mouse_over.jpg (19.5 kB) - added by harking 18 months ago.
With the mouse over the button
no_mouse_over.jpg (17.6 kB) - added by harking 18 months ago.
Mouse not over the button
animated_mouse_over.gif (53.7 kB) - added by harking 18 months ago.
Animation

Change History

Changed 18 months ago by harking

With the mouse over the button

Changed 18 months ago by harking

Mouse not over the button

Changed 18 months ago by harking

Animation

Changed 18 months ago by harking

Only seems to do it on Firefox with the Office 2003 style.

Default style works great.

Changed 16 months ago by fredck

  • milestone set to FCKeditor 2.4.3

Changed 15 months ago by fredck

  • status changed from new to closed
  • resolution set to fixed

Fixed with [344].

Click here for more info about our SVN system.

Changed 14 months ago by fredck

  • cc Pascal.KUSTNER@… added
  • keywords SD-COE added

Changed 14 months ago by fredck

  • cc jean-marc.libs@…, patrice.weber@… added

Changed 14 months ago by fredck

  • cc pkdille, Jyhem, nyloth added; Pascal.KUSTNER@…, jean-marc.libs@…, patrice.weber@… removed
Note: See TracTickets for help on using tickets.