When I set the ToolTip property to some text for a WebImageButton it doesn't seem to work in Firefox, in Internet Explorer everything seem to be alright though. The issue seem to relate to that WebImageButton.ToolTip sets the alt-parameter för the img-tag but it should be the title-parameter. IE appears to incorrectly display alt as tooltip but not FF. Is this truly a bug and if so, is there a workaround until it get fixed?
This is how I define my WebImageButton
<igtxt:WebImageButton ID="cmdEdit" runat="server" onclick="cmdEdit_Click" Text="Edit" UseBrowserDefaults="False" SkinID="" Height="25px">
<Appearance>
<Image Url="~/App_Themes/kupal/Images/CMSAdminControls/EditModeButtons/edit.gif" />
<Style Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" Cursor="Hand"></Style>
</Appearance>
<RoundedCorners DisabledImageUrl="[ig_butXP5wh.gif]" FocusImageUrl="[ig_butXP3wh.gif]"
HoverImageUrl="[ig_butXP2wh.gif]" ImageUrl="[ig_butXP1wh.gif]" MaxHeight="80"
MaxWidth="400" PressedImageUrl="[ig_butXP4wh.gif]" RenderingType="FileImages" />
<Alignments TextImage="TextRightImageLeft" VerticalAll="Bottom" VerticalImage="Bottom" />
</igtxt:WebImageButton>