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

Vanishing Tooltip

1 Answer 31 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Jonah
Top achievements
Rank 1
Jonah asked on 24 Oct 2014, 08:12 PM
I have tried to copy this demo you have
http://demos.telerik.com/aspnet-ajax/tooltip/examples/clientsideapi/defaultcs.aspx?#qsf-demo-source
however when I click on the submit button, the tooltip doesn't show. If I click 5 or 6 times it will show up, then go away when I click again.Not sure if this is a postback issue or not but if so, why is it not an issue in the demo?

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 27 Oct 2014, 02:33 PM

Hi Jonah,

Such behavior is, most likely, caused by a JavaScript error. Can you confirm the validation works as expected even without the tooltip? You can also try invoking it manually before calling the tooltip's show() method so you can have better control over the postbacks: http://www.telerik.com/help/aspnet-ajax/button-validation-with-postback-confirm.html.

In case you are using .NET 4.5, you can also try disabling Unobtrusive validation because it causes issues with jQuery. You can read more about troubleshooting this case here: http://www.telerik.com/help/aspnet-ajax/introduction-troubleshooting-jquery.html.

On a side note, you may also find interesting this demo that is quite similar but the notification can play a sound when shown: http://demos.telerik.com/aspnet-ajax/notification/examples/waiariasupport/defaultcs.aspx. The downside is that it cannot be relative to the submit button.

Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ToolTip
Asked by
Jonah
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or