This is a migrated thread and some comments may be shown as answers.

Tooltip not showing up for disabled imagebutton in IE

1 Answer 83 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Darshan Sedani
Top achievements
Rank 1
Darshan Sedani asked on 12 Feb 2009, 08:26 AM
Hi,

I am using tooltip for the image buttons of Edit and Delete.

I am enabling /disabling the imagingbuttons on the basis of certain test cases.

My tooltip does not show up when the imagebutton is disabled in IE, but it shows up in FF,Chrome.

Please help,

Thanks,

Nirav.

1 Answer, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 16 Feb 2009, 08:33 AM
Hello Darshan,

RadToolTip relies on browser events to get shown. By default, the event needed is (of course), onmouseover.

However, in IE - unlike all other browsers - elements that are disabled do not raise onmouseover (and in fact - many more events). Hence, it is not possible to trigger a tooltip show when hovering a disabled element in IE.

Best regards,
Tervel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ToolTip
Asked by
Darshan Sedani
Top achievements
Rank 1
Answers by
Tervel
Telerik team
Share this question
or