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
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.